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