Pure Mpi.NET Library
Environment Class
NamespacesMpiEnvironment
Container for Mpi hosts
Declaration Syntax
C#Visual BasicVisual C++
public class Environment : IDisposable
Public Class Environment _
	Implements IDisposable
public ref class Environment : IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Environment

Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)