DkmProcessLaunchRequest.Environment 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.
[Optional] A pointer to the environment block for the new process. If this parameter is NULL, the new process uses the environment of the calling process.
An environment block consists of a null-terminated block of null-terminated strings. Each string is in the following form: 'name=value\0'. Because the equal sign is used as a separator, it must not be used in the name of an environment variable.
public:
property System::String ^ Environment { System::String ^ get(); };
public:
property Platform::String ^ Environment { Platform::String ^ get(); };
public string Environment { get; }
public string? Environment { get; }
member this.Environment : string
Public ReadOnly Property Environment As String
Property Value
Returns String.