VsDebugTargetInfo.bstrEnv Field
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.
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.