DkmGetMethodSymbolStoreDataPreRemapAsyncResult 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.GetMethodSymbolStoreDataPreRemap.
public:
DkmGetMethodSymbolStoreDataPreRemapAsyncResult(int RemapToken, cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes);
DkmGetMethodSymbolStoreDataPreRemapAsyncResult(int RemapToken, std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> const & Scopes);
public DkmGetMethodSymbolStoreDataPreRemapAsyncResult (int RemapToken, Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataPreRemapAsyncResult : int * Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetMethodSymbolStoreDataPreRemapAsyncResult
Public Sub New (RemapToken As Integer, Scopes As DkmClrMethodScopeData())
Parameters
- RemapToken
- Int32
[In] Method token after the Remap.
- Scopes
- DkmClrMethodScopeData[]
[In] DkmClrMethodScopeData[] describes a scope within a method. These are defined using ISymUnmanagedWriter::OpenScope/CloseScope.