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