EnvironmentManager.GetForProcess Method

Definition

Gets an EnvironmentManager scoped to the current process.

public:
 static EnvironmentManager ^ GetForProcess();
 static EnvironmentManager GetForProcess();
public static EnvironmentManager GetForProcess();
function getForProcess()
Public Shared Function GetForProcess () As EnvironmentManager

Returns

An EnvironmentManager scoped to the current process.

Applies to

See also