VirtualStackFrame.Locals 属性

定义

获取调用堆栈上某个帧的局部变量。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Locals { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Locals { get; }
member this.Locals : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Locals As IDictionary(Of String, Object)

属性值

IDictionary<String,Object>

一个键/值对集合,这些键/值对定义与指定状态关联的早期和后期绑定变量。

适用于