DkmGetMethodSymbolStoreDataAsyncResult.Scopes Property
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.
DkmClrMethodScopeData[] describes a scope within a method. These are defined using ISymUnmanagedWriter::OpenScope/CloseScope.
public:
property cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes { cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes { get; }
member this.Scopes : Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[]
Public ReadOnly Property Scopes As DkmClrMethodScopeData()
Property Value
Returns DkmClrMethodScopeData.