This topic has not yet been rated - Rate this topic

FlowControl Enumeration

Describes how an instruction alters the flow of control.

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public enum FlowControl
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum FlowControl
SerializableAttribute 
ComVisibleAttribute(true) 
public enum FlowControl
  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 This enumerator value is reserved and should not be used. 
Return Return instruction. 
Throw Exception throw instruction. 

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ