DkmGetMethodSymbolStoreDataAsyncResult(DkmClrMethodScopeData[]) 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 DkmModule.GetMethodSymbolStoreData.
public:
DkmGetMethodSymbolStoreDataAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes);
DkmGetMethodSymbolStoreDataAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> const & Scopes);
public DkmGetMethodSymbolStoreDataAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataAsyncResult : Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataAsyncResult
Public Sub New (Scopes As DkmClrMethodScopeData())
Parameters
- Scopes
- DkmClrMethodScopeData[]
[In] DkmClrMethodScopeData[] describes a scope within a method. These are defined using ISymUnmanagedWriter::OpenScope/CloseScope.