IDebugProxy.GetAssemblyFields(ScopeFrame[]) Method
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.
public:
cli::array <Microsoft::XLANGs::RuntimeTypes::IDebugFieldValue ^> ^ GetAssemblyFields(cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public Microsoft.XLANGs.RuntimeTypes.IDebugFieldValue[] GetAssemblyFields (Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
abstract member GetAssemblyFields : Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> Microsoft.XLANGs.RuntimeTypes.IDebugFieldValue[]
Public Function GetAssemblyFields (scopeframes As ScopeFrame()) As IDebugFieldValue()
Parameters
- scopeframes
- ScopeFrame[]