DkmGetMethodSymbolStoreAttributeAsyncResult(Byte[]) Constructor

Definition

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

public:
 DkmGetMethodSymbolStoreAttributeAsyncResult(cli::array <System::Byte> ^ Data);
public:
 DkmGetMethodSymbolStoreAttributeAsyncResult(Platform::Array <byte> ^ Data);
 DkmGetMethodSymbolStoreAttributeAsyncResult(std::Array <byte> const & Data);
public DkmGetMethodSymbolStoreAttributeAsyncResult (byte[] Data);
new Microsoft.VisualStudio.Debugger.Clr.DkmGetMethodSymbolStoreAttributeAsyncResult : byte[] -> Microsoft.VisualStudio.Debugger.Clr.DkmGetMethodSymbolStoreAttributeAsyncResult
Public Sub New (Data As Byte())

Parameters

Data
Byte[]

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

Applies to