A processing unit container represents a currently running processing unit context.

C# | Visual Basic | Visual C++ | J# |
public abstract class AbstractProcessingUnitContainer : IProcessingUnitContainer, IDisposable
Public MustInherit Class AbstractProcessingUnitContainer _ Implements IProcessingUnitContainer, IDisposable
public ref class AbstractProcessingUnitContainer abstract : IProcessingUnitContainer, IDisposable
public abstract class AbstractProcessingUnitContainer implements IProcessingUnitContainer, IDisposable

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AbstractProcessingUnitContainer()()() | Initializes a new instance of the AbstractProcessingUnitContainer class |
![]() | ClusterInfo |
Gets or sets the processing unit's cluster information.
|
![]() | Dispose()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Initialize()()() |
Initialize the processing unit.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Properties |
Gets or sets the processing unit's properties.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | AbstractProcessingUnitContainer | |
![]() | BasicProcessingUnitContainer |