Class DisposablePipeline
Inheritance
System.Object
DisposablePipeline
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DisposablePipeline : IDisposable
Constructors
DisposablePipeline(Pipeline)
Declaration
public DisposablePipeline(Pipeline pipeline)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Pipeline | pipeline |
Properties
Pipeline
Declaration
public Pipeline Pipeline { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Pipeline |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable