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이 반환됩니다.

구현

적용 대상