System.Reflection.Emit.FlowControl
namespace System.Reflection.Emit
{
public enum FlowControl
{
Branch,
Break,
Call,
Cond_Branch,
Meta,
Next,
[Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
Phi,
Return,
Throw
}
}