The MethodBuilder class is used to define and represent a method (or constructor) on a dynamic class. MethodBuilder is used to fully describe a method in IL, including the name, attributes, signature, and method body. It is used in conjunction with the TypeBuilder class to create classes at run time.
Object
MemberInfo
MethodBase
MethodInfo
MethodBuilder
[Visual Basic] NotInheritable Public Class MethodBuilder Inherits MethodInfo [C#] public sealed class MethodBuilder : MethodInfo [C++] public __gc __sealed class MethodBuilder : public MethodInfo [JScript] public class MethodBuilder extends MethodInfo
[To be supplied.]
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll