StackFrame.localVars Field

Definition

Overloads

localVars

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores the local variables for this stack frame.

localVars

Stores the local variables for this stack frame.

This API supports the product infrastructure and is not intended to be used directly from your code.

public: cli::array <System::Object ^> ^ localVars;
public object[] localVars;
val mutable localVars : obj[]
Public localVars As Object() 

Field Value

Object[]

See also

Applies to