Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the DebugRequestMessage class by using the provided GUID, target debug information, and debug event handler for callback.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
runId As Guid, _
targetInfo As DebugTargetInfo, _
debugEventHandler As DebugEventHandler _
)
public DebugRequestMessage(
Guid runId,
DebugTargetInfo targetInfo,
DebugEventHandler debugEventHandler
)
public:
DebugRequestMessage(
Guid runId,
DebugTargetInfo^ targetInfo,
DebugEventHandler^ debugEventHandler
)
new :
runId:Guid *
targetInfo:DebugTargetInfo *
debugEventHandler:DebugEventHandler -> DebugRequestMessage
public function DebugRequestMessage(
runId : Guid,
targetInfo : DebugTargetInfo,
debugEventHandler : DebugEventHandler
)
Parameters
- runId
Type: System.Guid
A GUID to uniquely identify the test run.
- targetInfo
Type: Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo
A DebugTargetInfo object that contains information about the test run.
- debugEventHandler
Type: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
The DebugEventHandler method that will handle the callback event.
.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.