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

實作

適用於