Documentation for this section has not yet been entered.
A System.Reflection.Emit.DynamicILInfo object is always associated with a dynamic method. The purpose of the System.Reflection.Emit.DynamicILInfo class is to provide another way of inserting the MSIL stream, exception handling, and local variable signature into a dynamic method, for developers who want to generate MSIL without using the System.Reflection.Emit.ILGenerator class.