DkmGetMethodTokensAsyncResult Struct

Definition

Result of an asynchronous DkmClrModuleInstance.GetMethodTokens call.

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

Constructors

DkmGetMethodTokensAsyncResult(Int32[])

Creates a new result structure to hold the output from a successful call to DkmClrModuleInstance.GetMethodTokens.

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.

Tokens

Array of tokens for the method.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmClrModuleInstance.GetMethodTokens.

Applies to