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