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

속성 값

해당 어셈블리의 진입점입니다.

예외

호출자에게 필요한 권한이 없는 경우

적용 대상