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