DkmGetAllAwaitExpressionInfoForStatementAsyncResult Struktur

Definition

Das Ergebnis eines asynchronen dkmclrinstructionsymbol. getallawaitexpressioninfoforstatement-Aufrufes.

public value class DkmGetAllAwaitExpressionInfoForStatementAsyncResult
struct DkmGetAllAwaitExpressionInfoForStatementAsyncResult
public struct DkmGetAllAwaitExpressionInfoForStatementAsyncResult
type DkmGetAllAwaitExpressionInfoForStatementAsyncResult = struct
Public Structure DkmGetAllAwaitExpressionInfoForStatementAsyncResult
Vererbung
DkmGetAllAwaitExpressionInfoForStatementAsyncResult

Konstruktoren

DkmGetAllAwaitExpressionInfoForStatementAsyncResult(DkmClrAwaitExpressionInfo[])

Erstellt eine neue Ergebnis Struktur, die die Ausgabe eines erfolgreichen Aufrufes dkmclrinstructionsymbol. getallawaitexpressioninfoforstatement enthält.

Eigenschaften

AsyncExpressionInfo

Ein Array der Yield-und Resume-Punkte für die Anweisung.

ErrorCode

Der vom Aufrufer zurückgegebene HRESULT-Code. Dies wird DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153b) sein, wenn der Vorgang abgebrochen wurde, bevor die Verarbeitung beendet wurde.

Methoden

CreateErrorResult(Exception)

Erstellt eine neue Ergebnis Struktur, die den Fehler von einem fehlgeschlagenen dkmclrinstructionsymbol. getallawaitexpressioninfoforstatement-Befehl enthält.

Gilt für