Provides information about a method and a mechanism for calling the method. Instances of MethodInfo are created by invoking either the GetMethods or GetMethod method of a Type object.
Object
MemberInfo
MethodBase
MethodInfo
[Visual Basic] MustInherit Public Class MethodInfo Inherits MethodBase [C#] public abstract class MethodInfo : MethodBase [C++] public __gc __abstract class MethodInfo : public MethodBase [JScript] public abstract class MethodInfo extends MethodBase
When Type.GetMethod is called, the returned MethodInfo will appear to have a ToString method; it does not. This is due to an internal private class used by Type. This matter will be made clearer in a future release.
Namespace: System.Reflection
Assembly: mscorlib.dll