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

属性值

MethodInfo

此程序集的入口点。

例外

调用方没有所要求的权限。

适用于