System.Reflection.Emit
Namespace with 6 public types
Classes
CustomAttributeBuilder
Helps build custom attributes.
ILGenerator
Generates Microsoft intermediate language (MSIL) instructions.
LocalBuilder
Represents a local variable within a method or constructor.
ParameterBuilder
Creates or associates parameter information.
SignatureHelper
Provides methods for building signatures.
Structures
Label
Represents a label in the instruction stream. is used in conjunction with the class.