mscorlib(4.0.0.0) API with additions
FlowControl.cs
2 
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum FlowControl
10  {
12  [__DynamicallyInvokable]
13  Branch,
15  [__DynamicallyInvokable]
16  Break,
18  [__DynamicallyInvokable]
19  Call,
21  [__DynamicallyInvokable]
24  [__DynamicallyInvokable]
25  Meta,
27  [__DynamicallyInvokable]
28  Next,
30  [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
31  Phi,
33  [__DynamicallyInvokable]
34  Return,
36  [__DynamicallyInvokable]
37  Throw
38  }
39 }
Definition: __Canon.cs:3
This enumerator value is reserved and should not be used.
Conditional branch instruction.
FlowControl
Describes how an instruction alters the flow of control.
Definition: FlowControl.cs:9
Specifies that the class can be serialized.
Provides information about a subsequent instruction. For example, the Unaligned instruction of Reflec...