CallStackFrame.GetFrameVariables Method

Definition

Return a dictionary with the names and values of variables that are "local" to the frame.

public:
 System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::PSVariable ^> ^ GetFrameVariables();
public System.Collections.Generic.Dictionary<string,System.Management.Automation.PSVariable> GetFrameVariables ();
member this.GetFrameVariables : unit -> System.Collections.Generic.Dictionary<string, System.Management.Automation.PSVariable>
Public Function GetFrameVariables () As Dictionary(Of String, PSVariable)

Returns

Applies to