VsDebugTargetInfo.bstrEnv Field

Definition

BSTR containing the environment settings to pass to CreateProcess.

public: System::String ^ bstrEnv;
public: Platform::String ^ bstrEnv;
std::wstring bstrEnv;
public string bstrEnv;
val mutable bstrEnv : string
Public bstrEnv As String 

Field Value

Remarks

Used with DLO_CreateProcess.

COM Signature

From vsshell.idl:

See vsshell.idl.

Applies to