Class EntryClassUnownedHandle
public class EntryClassUnownedHandle : EntryClassHandle, IDisposable
- Inheritance
-
EntryClassUnownedHandle
- Implements
- Inherited Members
Constructors
EntryClassUnownedHandle(IntPtr)
Creates a new instance of EntryClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public EntryClassUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static EntryClassUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public EntryClassOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()