_Assembly.EntryPoint プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、EntryPointプロパティです。

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

プロパティ値

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

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

プロパティは EntryPoint 、このアセンブリのエントリ ポイントを取得します。

適用対象

こちらもご覧ください