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