DkmGetAsyncKickoffMethodAsyncResult(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new result structure to hold the output from a successful call to DkmClrInstructionSymbol.GetAsyncKickoffMethod.
public:
DkmGetAsyncKickoffMethodAsyncResult(int KickoffMethodToken);
public:
DkmGetAsyncKickoffMethodAsyncResult(int KickoffMethodToken);
DkmGetAsyncKickoffMethodAsyncResult(int KickoffMethodToken);
public DkmGetAsyncKickoffMethodAsyncResult (int KickoffMethodToken);
new Microsoft.VisualStudio.Debugger.Clr.DkmGetAsyncKickoffMethodAsyncResult : int -> Microsoft.VisualStudio.Debugger.Clr.DkmGetAsyncKickoffMethodAsyncResult
Public Sub New (KickoffMethodToken As Integer)
Parameters
- KickoffMethodToken
- Int32
[In] Kickoff method token.