Condividi tramite


VirtualStackFrame.Locals Proprietà

Definizione

Ottiene le variabili locali per un frame in un stack di chiamate.

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)

Valore della proprietà

Raccolta di coppie chiave/valore che definiscono le variabili con associazione anticipata e tardiva associate allo stato specificato.

Si applica a