System.Reflection.Emit.FlowControl Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection.Emit
Summary
Describes how an instruction alters the flow of control.
C# Syntax:
[Serializable]
public enum FlowControl
See also:
System.Reflection.Emit Namespace

System.Reflection.Emit.FlowControl Member List:

Public Fields
Branch
Break
Call
Cond_Branch
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
Throw

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.