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!

MethodBase Class

The MethodBase class is the abstract base class for obtaining information about methods and constructors.

Object
   MemberInfo
      MethodBase

[Visual Basic]
MustInherit Public Class MethodBase
   Inherits MemberInfo
[C#]
public abstract class MethodBase : MemberInfo
[C++]
public __gc __abstract class MethodBase : public MemberInfo
[JScript]
public abstract class MethodBase extends MemberInfo

Remarks

MethodBase is the superclass of MethodInfo and ConstructorInfo.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

MethodBase Members | System.Reflection Namespace