Mono Class Library: System.Reflection.Emit.ILGenerator Overview | Members

System.Reflection.Emit.ILGenerator.BeginFinallyBlock Method

Flags the current instruction stream as the entry point for finally handlers. [Edit]

public virtual void BeginFinallyBlock ()

Remarks

Code that was protected by the System.Reflectoin.Emit.ILGenerator.BeginExceptionBlock() will always execude the code following this point. [Edit]

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0