IDkmLanguageAsyncStepper.GetAsyncMethodIdentity(DkmLanguageInstructionAddress, DkmThread) Methode

Definition

Diese Methode gibt die Identität einer Async-Methode zurück. Diese wird verwendet, um bedingte Haltepunkte zum Durchlaufen eines Erwartungs Ausdrucks festzulegen.

public:
 Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ GetAsyncMethodIdentity(Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguageInstructionAddress ^ languageInstructionAddress, Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue GetAsyncMethodIdentity (Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguageInstructionAddress languageInstructionAddress, Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member GetAsyncMethodIdentity : Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguageInstructionAddress * Microsoft.VisualStudio.Debugger.DkmThread -> Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue
Public Function GetAsyncMethodIdentity (languageInstructionAddress As DkmLanguageInstructionAddress, thread As DkmThread) As ICorDebugHandleValue

Parameter

languageInstructionAddress
DkmLanguageInstructionAddress

In Kopplung zwischen einer Anweisungs Adresse und der Sprache, die zum Decodieren verwendet werden soll.

thread
DkmThread

In Stapel Rahmen, der den Kontext von bereitstellt, in dem der Ausdruck ausgewertet werden soll.

Gibt zurück

ICorDebugHandleValue

Vorgenommen Die Identität der Async-Methode.

Gilt für