StackFrame.localVars Field

Definition

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[]

Applies to

See also