DkmGetMethodLocalSymbolsAsyncResult(DkmClrMethodScopeData[]) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.