DkmClrMethodScopeData.LocalVariables Field
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.
Local variables defined in the PDB.
public: initonly System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrLocalVariable ^> ^ LocalVariables;
public readonly System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalVariable> LocalVariables;
val mutable LocalVariables : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalVariable>
Public ReadOnly LocalVariables As ReadOnlyCollection(Of DkmClrLocalVariable)