DkmGetMethodSymbolStoreDataAsyncResult Struct

Definition

Result of an asynchronous DkmModule.GetMethodSymbolStoreData call.

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

Constructors

DkmGetMethodSymbolStoreDataAsyncResult(DkmClrMethodScopeData[])

Creates a new result structure to hold the output from a successful call to DkmModule.GetMethodSymbolStoreData.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

Scopes

DkmClrMethodScopeData[] describes a scope within a method. These are defined using ISymUnmanagedWriter::OpenScope/CloseScope.

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmModule.GetMethodSymbolStoreData.

Applies to