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!

MethodInfo Class

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

Remarks

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.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

MethodInfo Members | System.Reflection Namespace