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