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