Module.GetMethods メソッド

モジュールで定義されているすべてのグローバル メソッドの配列を返します。

Public Function GetMethods() As MethodInfo()
[C#]
public MethodInfo[] GetMethods();
[C++]
public: MethodInfo* GetMethods() [];
[JScript]
public function GetMethods() : MethodInfo[];

戻り値

モジュールで定義されているすべてのグローバル メソッドを格納している MethodInfo 型の配列。メソッドが存在しない場合は null 参照 (Visual Basic では Nothing) 。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

Module クラス | Module メンバ | System.Reflection 名前空間