FlowControl Enumeration
.NET Framework 4.5
Describes how an instruction alters the flow of control.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
![]() | Branch | Branch instruction. |
![]() | Break | Break instruction. |
![]() | Call | Call instruction. |
![]() | Cond_Branch | Conditional branch instruction. |
![]() | Meta | Provides information about a subsequent instruction. For example, the Unaligned instruction of Reflection.Emit.Opcodes has FlowControl.Meta and specifies that the subsequent pointer instruction might be unaligned. |
![]() | Next | Normal flow of control. |
| Phi | Obsolete. This enumerator value is reserved and should not be used. | |
![]() | Return | Return instruction. |
![]() | Throw | Exception throw instruction. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
