DkmGetMethodLocalSymbolsAsyncResult(DkmClrMethodScopeData[]) Constructor

Definition

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

public:
 DkmGetMethodLocalSymbolsAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes);
 DkmGetMethodLocalSymbolsAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> const & Scopes);
public DkmGetMethodLocalSymbolsAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes);
new Microsoft.VisualStudio.Debugger.Clr.DkmGetMethodLocalSymbolsAsyncResult : Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] -> Microsoft.VisualStudio.Debugger.Clr.DkmGetMethodLocalSymbolsAsyncResult
Public Sub New (Scopes As DkmClrMethodScopeData())

Parameters

Scopes
DkmClrMethodScopeData[]

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

Applies to