Process4.EnvironmentVariables Property
This read-only property returns an array that contains the environment variables defined for the process being debugged.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property EnvironmentVariables As Array
Array EnvironmentVariables { get; }
property Array^ EnvironmentVariables {
Array^ get ();
}
abstract EnvironmentVariables : Array with get
function get EnvironmentVariables () : Array
Property Value
Type: System.Array
Safe array of environment variables. Like most arrays used in Visual Studio automation, this array is 1-indexed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.