DkmGetMethodSymbolStoreDataAsyncResult Struktur

Definition

Das Ergebnis eines asynchronen dkmmodule. getmethodsymbolstoredata-Aufrufes.

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

Konstruktoren

DkmGetMethodSymbolStoreDataAsyncResult(DkmClrMethodScopeData[])

Erstellt eine neue Ergebnis Struktur, die die Ausgabe eines erfolgreichen Aufrufens von dkmmodule. getmethodsymbolstoredata enthält.

Eigenschaften

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.

Scopes

Dkmclrmethodscopedata [] beschreibt einen Bereich innerhalb einer Methode. Diese werden mithilfe von ISymUnmanagedWriter:: OpenScope/CloseScope definiert.

Methoden

CreateErrorResult(Exception)

Erstellt eine neue Ergebnis Struktur, die den Fehler von einem fehlgeschlagenen Aufruf an dkmmodule. getmethodsymbolstoredata enthält.

Gilt für