DkmGetMethodSymbolStoreDataAsyncResult.Scopes 属性

定义

DkmClrMethodScopeData [] 描述方法中的范围。 这些是使用 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()

属性值

DkmClrMethodScopeData[]

返回 DkmClrMethodScopeData

适用于