FlowControl {System.Reflection.Emit} .NET clr documentation

FlowControl

Description

Declare

            
# namespace System.Reflection.Emit
export class FlowControl extends Enum {
   Branch: FlowControl = 0;

   Break: FlowControl = 1;

   Call: FlowControl = 2;

   Cond_Branch: FlowControl = 3;

   Meta: FlowControl = 4;

   Next: FlowControl = 5;

   Phi: FlowControl = 6;

   Return: FlowControl = 7;

   Throw: FlowControl = 8;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member Branch: FlowControl
  3. use by field member Break: FlowControl
  4. use by field member Call: FlowControl
  5. use by field member Cond_Branch: FlowControl
  6. use by field member Meta: FlowControl
  7. use by field member Next: FlowControl
  8. use by field member Phi: FlowControl
  9. use by field member Return: FlowControl
  10. use by field member Throw: FlowControl

[Package {$package} version {$version} Index]