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