次の方法で共有


MethodInfo クラス

メソッドの属性を取得し、メソッドのメタデータにアクセスできるようにします。

この型のすべてのメンバの一覧については、MethodInfo メンバ を参照してください。

System.Object
   System.Reflection.MemberInfo
      System.Reflection.MethodBase
         System.Reflection.MethodInfo
            System.Reflection.Emit.MethodBuilder

<Serializable>
<ClassInterface(ClassInterfaceType.AutoDual)>
MustInherit Public Class MethodInfo   Inherits MethodBase
[C#]
[Serializable]
[ClassInterface(ClassInterfaceType.AutoDual)]
public abstract class MethodInfo : MethodBase
[C++]
[Serializable]
[ClassInterface(ClassInterfaceType::AutoDual)]
public __gc __abstract class MethodInfo : public MethodBase
[JScript]
public
   Serializable
 ClassInterface(ClassInterfaceType.AutoDual)
abstract class MethodInfo extends MethodBase

スレッドセーフ

この型は、マルチスレッド操作に対して安全です。

解説

MethodInfo のインスタンスは、 Type オブジェクトの GetMethods メソッドまたは GetMethod メソッドを呼び出すことによって取得します。

継承時の注意: MethodInfo から継承する場合は、 GetBaseDefinition をオーバーライドする必要があります。

使用例

必要条件

名前空間: System.Reflection

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

MethodInfo メンバ | System.Reflection 名前空間