VirtualStackFrame.Locals Property

Definition

Gets local variables for a frame on a call stack.

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)

Property Value

A collection of key/value pairs that define early and late bound variables associated with the specified state.

Applies to