mscorlib(4.0.0.0) API with additions
StackBehaviour.cs
2 
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum StackBehaviour
10  {
12  [__DynamicallyInvokable]
13  Pop0,
15  [__DynamicallyInvokable]
16  Pop1,
18  [__DynamicallyInvokable]
19  Pop1_pop1,
21  [__DynamicallyInvokable]
22  Popi,
24  [__DynamicallyInvokable]
25  Popi_pop1,
27  [__DynamicallyInvokable]
28  Popi_popi,
30  [__DynamicallyInvokable]
31  Popi_popi8,
33  [__DynamicallyInvokable]
36  [__DynamicallyInvokable]
37  Popi_popr4,
39  [__DynamicallyInvokable]
40  Popi_popr8,
42  [__DynamicallyInvokable]
43  Popref,
45  [__DynamicallyInvokable]
48  [__DynamicallyInvokable]
51  [__DynamicallyInvokable]
54  [__DynamicallyInvokable]
57  [__DynamicallyInvokable]
60  [__DynamicallyInvokable]
63  [__DynamicallyInvokable]
66  [__DynamicallyInvokable]
67  Push0,
69  [__DynamicallyInvokable]
70  Push1,
72  [__DynamicallyInvokable]
75  [__DynamicallyInvokable]
76  Pushi,
78  [__DynamicallyInvokable]
79  Pushi8,
81  [__DynamicallyInvokable]
82  Pushr4,
84  [__DynamicallyInvokable]
85  Pushr8,
87  [__DynamicallyInvokable]
88  Pushref,
90  [__DynamicallyInvokable]
91  Varpop,
93  [__DynamicallyInvokable]
94  Varpush,
96  [__DynamicallyInvokable]
98  }
99 }
Pops a 32-bit integer off the stack for the first operand, and a 64-bit integer off the stack for the...
Pushes a 32-bit floating point number onto the stack.
Pushes a 64-bit integer onto the stack.
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
Definition: __Canon.cs:3
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
Pushes one value onto the stack.
Pushes a variable onto the stack.
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
Pops a variable off the stack.
Pops a 32-bit integer off the stack for the first operand, and a value off the stack for the second o...
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
No values are pushed onto the stack.
Pushes a 64-bit floating point number onto the stack.
Pops a 32-bit integer off the stack for the first operand, and a 64-bit floating point number off the...
Pushes a reference onto the stack.
Pops a reference off the stack for the first operand, and a 32-bit integer off the stack for the seco...
Pops a 32-bit integer off the stack for the first operand, and a 32-bit integer off the stack for the...
Pushes a 32-bit integer onto the stack.
Pops a reference off the stack.
Specifies that the class can be serialized.
Pops a 32-bit integer off the stack.
No values are popped off the stack.
StackBehaviour
Describes how values are pushed onto a stack or popped off a stack.
Pops a reference off the stack for the first operand, and a value off the stack for the second operan...
Pushes 1 value onto the stack for the first operand, and 1 value onto the stack for the second operan...
Pops 1 value off the stack for the first operand, and 1 value of the stack for the second operand.
Pops a 32-bit integer off the stack for the first operand, a 32-bit integer off the stack for the sec...
Pops a reference off the stack for the first operand, a value off the stack for the second operand,...
Pops one value off the stack.
Pops a 32-bit integer off the stack for the first operand, and a 32-bit floating point number off the...