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