This documentation is archived and is not being maintained.
FlowControl Enumeration
Visual Studio 2010
Describes how an instruction alters the flow of control.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: