Container for Mpi hosts
| C# | Visual Basic | Visual C++ |
public class Environment : IDisposable
Public Class Environment _ Implements IDisposable
public ref class Environment : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Environment(ICollection<(Of <(Host>)>)) |
Create Environment based on hosts
| |
| Environment(String) |
Create Environment from config file
| |
| Comms(Host) |
Retreive Comms for a given host
| |
| Dispose()()() |
Disposes of associated host resources in environment
| |
| Dispose(Boolean) |
Disposes of host resources in environment
| |
| 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.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ServiceHosts |
Collection of hosts that have a local service endpoint
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Environment | |