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