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