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