Table of Contents

Class InputMethodContextHandle

Namespace
WebKit.Internal
Assembly
WebKit-6.0.dll
public class InputMethodContextHandle : ObjectHandle, IDisposable
Inheritance
InputMethodContextHandle
Implements
Inherited Members

Constructors

InputMethodContextHandle(nint, bool)

public InputMethodContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static InputMethodContextHandle For<T>(ConstructArgument[] constructArguments) where T : InputMethodContext, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

InputMethodContextHandle

Type Parameters

T