DkmProcessLaunchRequest.Environment 属性

定义

可有可无指向新进程的环境块的指针。 如果此参数为 NULL,则新进程将使用调用进程的环境。

环境块包含以 null 结尾的以 null 结尾的字符串块。 每个字符串的格式如下: "name = value\0"。 由于等号用作分隔符,因此不能用在环境变量的名称中。

public:
 property System::String ^ Environment { System::String ^ get(); };
public:
 property Platform::String ^ Environment { Platform::String ^ get(); };
public string Environment { get; }
member this.Environment : string
Public ReadOnly Property Environment As String

属性值

String

返回 String

适用于