AssemblyBuilder.EntryPoint 屬性

定義

傳回這個組件的進入點。

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

屬性值

這個組件的進入點。

例外狀況

呼叫端沒有必要的權限。

適用於