DkmGetMethodLocalSymbolsAsyncResult(DkmClrMethodScopeData[]) Konstruktor

Definition

Erstellt eine neue Ergebnis Struktur, die die Ausgabe eines erfolgreichen Aufrufens von dkmclrinstructionsymbol. getmethodlocalsymbols enthält.

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())

Parameter

Scopes
DkmClrMethodScopeData[]

In Dkmclrmethodscopedata [] beschreibt einen Bereich innerhalb einer Methode. Diese werden mithilfe von ISymUnmanagedWriter:: OpenScope/CloseScope definiert.

Gilt für