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