DkmGetMethodSymbolStoreAttributeAsyncResult(Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.