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