Process4.EnvironmentVariables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This read-only property returns an array that contains the environment variables defined for the process being debugged.
public:
property Array ^ EnvironmentVariables { Array ^ get(); };
[System.Runtime.InteropServices.DispId(2101)]
public Array EnvironmentVariables { [System.Runtime.InteropServices.DispId(2101)] get; }
[<System.Runtime.InteropServices.DispId(2101)>]
[<get: System.Runtime.InteropServices.DispId(2101)>]
member this.EnvironmentVariables : Array
Public ReadOnly Property EnvironmentVariables As Array
Property Value
Safe array of environment variables. Like most arrays used in Visual Studio automation, this array is 1-indexed.
- Attributes