DkmGetMethodSymbolStoreAttributeAsyncResult Struct

Definition

Result of an asynchronous DkmClrInstructionSymbol.GetMethodSymbolStoreAttribute call.

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

Constructors

DkmGetMethodSymbolStoreAttributeAsyncResult(Byte[])

Creates a new result structure to hold the output from a successful call to DkmClrInstructionSymbol.GetMethodSymbolStoreAttribute.

Properties

Data

The value of the requested symbol store attribute. This will be an empty array if the specified attribute name cannot be found.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

ErrorCode

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

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmClrInstructionSymbol.GetMethodSymbolStoreAttribute.

Applies to