_Assembly.EntryPoint 속성

정의

버전에 관계없이 EntryPoint 속성에 액세스할 수 있는 COM 개체를 제공합니다.

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

속성 값

이 어셈블리의 진입점을 나타내는 MethodInfo 개체입니다. 예를 들어 어셈블리가 DLL이어서 진입점을 찾을 수 없는 경우에는 null이 반환됩니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.

EntryPoint 속성이이 어셈블리의 진입점을 가져옵니다.

적용 대상

추가 정보