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