次の方法で共有


Assembly.EntryPoint プロパティ

このアセンブリのエントリ ポイントを取得します。

Public Overridable ReadOnly Property EntryPoint As MethodInfo
[C#]
public virtual MethodInfo EntryPoint {get;}
[C++]
public: __property virtual MethodInfo* get_EntryPoint();
[JScript]
public function get EntryPoint() : MethodInfo;

プロパティ値

このアセンブリのエントリ ポイントを表す MethodInfo オブジェクト。エントリ ポイントが見つからない場合 (アセンブリが DLL の場合など) は、 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 ファミリ

参照

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