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