Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Reflection.Emit Namespace

The System.Reflection.Emit namespace contains classes that allow a compiler or tool to emit metadata and Microsoft intermediate language (MSIL) and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.

  ClassDescription
AssemblyBuilderDefines and represents a dynamic assembly.
ConstructorBuilderDefines and represents a constructor of a dynamic class.
CustomAttributeBuilderHelps build custom attributes.
DynamicILInfoProvides support for alternative ways to generate the Microsoft intermediate language (MSIL) and metadata for a dynamic method, including methods for creating tokens and for inserting the code, exception handling, and local variable signature blobs.
DynamicMethodDefines and represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection.
EnumBuilderDescribes and represents an enumeration type.
EventBuilderDefines events for a class.
FieldBuilderDefines and represents a field. This class cannot be inherited.
GenericTypeParameterBuilderDefines and creates generic type parameters for dynamically defined generic types and methods. This class cannot be inherited.
ILGeneratorGenerates Microsoft intermediate language (MSIL) instructions.
LocalBuilderRepresents a local variable within a method or constructor.
MethodBuilderDefines and represents a method (or constructor) on a dynamic class.
MethodRentalProvides a fast way to swap method body implementation given a method of a class.
ModuleBuilderDefines and represents a module in a dynamic assembly.
OpCodesProvides field representations of the Microsoft Intermediate Language (MSIL) instructions for emission by the ILGenerator class members (such as Emit).
ParameterBuilderCreates or associates parameter information.
PropertyBuilderDefines the properties for a type.
SignatureHelperProvides methods for building signatures.
TypeBuilderDefines and creates new instances of classes during run time.
UnmanagedMarshal Obsolete. Represents the class that describes how to marshal a field from managed to unmanaged code. This class cannot be inherited.
  StructureDescription
EventTokenRepresents the Token returned by the metadata to represent an event.
FieldTokenThe FieldToken struct is an object representation of a token that represents a field.
LabelRepresents a label in the instruction stream. Label is used in conjunction with the ILGenerator class.
MethodTokenThe MethodToken struct is an object representation of a token that represents a method.
OpCodeDescribes a Microsoft intermediate language (MSIL) instruction.
ParameterTokenThe ParameterToken struct is an opaque representation of the token returned by the metadata to represent a parameter.
PropertyTokenThe PropertyToken struct is an opaque representation of the Token returned by the metadata to represent a property.
SignatureTokenRepresents the Token returned by the metadata to represent a signature.
StringTokenRepresents a token that represents a string.
TypeTokenRepresents the Token returned by the metadata to represent a type.
  EnumerationDescription
AssemblyBuilderAccessDefines the access modes for a dynamic assembly.
FlowControlDescribes how an instruction alters the flow of control.
OpCodeTypeDescribes the types of the Microsoft intermediate language (MSIL) instructions.
OperandTypeDescribes the operand type of Microsoft intermediate language (MSIL) instruction.
PackingSizeSpecifies one of two factors that determine the memory alignment of fields when a type is marshaled.
PEFileKindsSpecifies the type of the portable executable (PE) file.
StackBehaviourDescribes how values are pushed onto a stack or popped off a stack.
Tags What's this?: jovem (x) Add a tag
Community Content   What is Community Content?
Add new content      
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker