Assembly.EntryPoint プロパティ

定義

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

public:
 virtual property System::Reflection::MethodInfo ^ EntryPoint { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo? EntryPoint { get; }
public virtual System.Reflection.MethodInfo EntryPoint { get; }
member this.EntryPoint : System.Reflection.MethodInfo
Public Overridable ReadOnly Property EntryPoint As MethodInfo

プロパティ値

MethodInfo

このアセンブリのエントリ ポイントを表すオブジェクト。 エントリ ポイントが見つからない場合 (アセンブリが DLL の場合など) は、null が返されます。

実装

適用対象