mscorlib(4.0.0.0) API with additions
IRuntimeVariables.cs
2 {
4  [global::__DynamicallyInvokable]
5  public interface IRuntimeVariables
6  {
9  [global::__DynamicallyInvokable]
10  int Count
11  {
12  [global::__DynamicallyInvokable]
13  get;
14  }
15 
19  [global::__DynamicallyInvokable]
20  object this[int index]
21  {
22  [global::__DynamicallyInvokable]
23  get;
24  [global::__DynamicallyInvokable]
25  set;
26  }
27  }
28 }
Represents the values of run-time variables.
int Count
Gets a count of the run-time variables.