VsDebugTargetInfo4.bstrArg 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 command line arguments (DLO_CreateProcess).
public: System::String ^ bstrArg;
public: Platform::String ^ bstrArg;
std::wstring bstrArg;
public string bstrArg;
val mutable bstrArg : string
Public bstrArg As String
Field Value
Remarks
For more information, see the section about lpCommandLine
in the topic CreateProcess.