Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebugRequestMessage Constructor

 

Initializes an instance of the DebugRequestMessage class.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

NameDescription
System_CAPS_pubmethodDebugRequestMessage(Guid, DebugTargetInfo^)

Initializes an instance of the DebugRequestMessage class by using the provided GUID and target debug information.

System_CAPS_pubmethodDebugRequestMessage(Guid, DebugTargetInfo^, DebugEventHandler^)

Initializes an instance of the DebugRequestMessage class by using the provided GUID, target debug information, and debug event handler for callback.

Return to top
Show: