VsDebugTargetInfo.bstrArg Field
BSTR containing command-line arguments to the executable.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public bstrArg As String
public string bstrArg
public:
String^ bstrArg
val mutable bstrArg: string
public var bstrArg : String
Remarks
Used with DLO_CreateProcess.
COM Signature
From vsshell.idl:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.