Class FileIconClassOwnedHandle
public class FileIconClassOwnedHandle : FileIconClassHandle, IDisposable
- Inheritance
-
FileIconClassOwnedHandle
- Implements
- Inherited Members
Constructors
FileIconClassOwnedHandle(nint)
Creates a new instance of FileIconClassOwnedHandle. Assumes that the given pointer is owned by the runtime.
public FileIconClassOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a FileIconClassOwnedHandle from a pointer that is assumed unowned.
public static FileIconClassOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a FileIconClass which is not owned by the runtime.
Returns
- FileIconClassOwnedHandle
A FileIconClassOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()