Class HoverContextHandle
public class HoverContextHandle : ObjectHandle, IDisposable
- Inheritance
-
HoverContextHandle
- Implements
- Inherited Members
Constructors
HoverContextHandle(nint, bool)
public HoverContextHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static HoverContextHandle For<T>(ConstructArgument[] constructArguments) where T : HoverContext, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T