VsDebugTargetInfo2 Members
Include Protected Members
Include Inherited Members
Specifies information about a debug target.
The VsDebugTargetInfo2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
bstrArg | BSTR containing the command line arguments to the exe (DLO_CreateProcess) |
![]() |
bstrCurDir | BSTR containing the current directory (DLO_CreateProcess) |
![]() |
bstrEnv | BSTR containing the environment settings (DLO_CreateProcess) |
![]() |
bstrExe | BSTR containing the name of the executable |
![]() |
bstrOptions | BSTR containing custom options, specific to each guidLaunchDebugEngine (NULL is recommended) |
![]() |
bstrPortName | BSTR containing the name of the port from the supplier specified in guidPortSupplier. (Can be nulla null reference (Nothing in Visual Basic)) |
![]() |
bstrRemoteMachine | BSTR containing the machine name for a remote machine. Use nulla null reference (Nothing in Visual Basic) for the local machine. |
![]() |
cbSize | Specifies the size of the VsDebugTargetInfo2 struct. |
![]() |
dlo | Specifies how this process should be launched or attached. |
![]() |
dwDebugEngineCount | Specifies the number of debug engine guids in the guidLaunchDebugEngine array. |
![]() |
dwProcessId | Specifies the process id (DLO_AlreadyRunning). |
![]() |
dwReserved | Reserved for future use - specify nulla null reference (Nothing in Visual Basic). |
![]() |
fSendToOutputWindow | Specifies that stdout and stderr are to be routed to the output window |
![]() |
guidLaunchDebugEngine | Specifies the guid of the debug engine used for launch, (DLO_CreateProcess) |
![]() |
guidPortSupplier | Specifies the port supplier guid |
![]() |
guidProcessLanguage | Specifies the language of the hosting process. Used to preload EE's |
![]() |
hStdError | Used for file redirection of StdErr. |
![]() |
hStdInput | Used for file redirection of StdIn. |
![]() |
hStdOutput | Used for file redirection of StdOut. |
![]() |
LaunchFlags | Specifies the launch flags that were passed to DebugLaunch |
![]() |
pDebugEngines | Specifies an array of debug engine guids, or nulla null reference (Nothing in Visual Basic) if dwDebugEngineCount is zero |
![]() |
pUnknown | Specifies an interface pointer - usage depends on DEBUG_LAUNCH_OPERATION. |
Top