NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBuilder Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

MethodBuilder Members | System.Reflection.Emit Namespace