VsDebugTargetInfo Members
Include Protected Members
Include Inherited Members
Contains information about a debug target.
The VsDebugTargetInfo 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 command-line arguments to the executable.
BSTR containing the name of the current directory.
BSTR containing the environment settings to pass to CreateProcess.
BSTR containing the name of the executable.
BSTR containing the name of the application as it is registered with the MDM.
BSTR containing custom options specific to each clsidCustom (nulla null reference (Nothing in Visual Basic) is recommended).
BSTR containing the name of port from the supplier specified in clsidPortSupplier (can be nulla null reference (Nothing in Visual Basic)).
BSTR containing the remote machine name. Set to nulla null reference (Nothing in Visual Basic) for local machines.
DWORD specifying the size of the VsDebugTargetInfo struct.
Specifies that the exe will be launched by some custom means.
Specifies the Port supplier GUID.
Specifies how this process should be launched or attached. Values are taken from the DEBUG_LAUNCH_OPERATION enumeration.
Number of GUIDs in the pClsidList member.
Specifies that stdout and stderr should be routed to the debug-output window.
Specifies launch flags. Values are taken from the __VSDBGLAUNCHFLAGS enumeration. Used in DebugLaunch calls.
HANDLE to StdError.
HANDLE to StdInput.
HANDLE to StdOut.
Holds an array of GUIDs for multiple engine launch.
Top