Share via


MethodBase Members

The following tables list the members exposed by the MethodBase type.

Protected Constructors

Name Description
Protected Method MethodBase Initializes a new instance of the MethodBase class.

Public Properties

Name Description
Public Property DeclaringType Gets the class that declares the current method.
Public Property IsAbstract Gets a value that indicates whether the current method is abstract.
Public Property IsFinal Gets a value that indicates whether the current method is final.
Public Property IsPublic Gets a value that indicates whether the current method is public.
Public Property IsStatic Gets a value that indicates whether the current method is static.
Public Property IsVirtual Gets a value that indicates whether the current method is virtual.
Public Property MemberType (Inherited from MemberInfo.)
Public Property Name Gets the name of the current method.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Invoke Invokes the method or constructor reflected by the current MethodInfo object.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

MethodBase Class
System.Reflection Namespace