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