VsDebugTargetInfo3.bstrArg Field

Definition

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.

Applies to