Assembly.EntryPoint Özellik

Tanım

Bu derlemenin giriş noktasını alır.

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

Özellik Değeri

MethodInfo

Bu derlemenin giriş noktasını temsil eden bir nesne. Hiçbir giriş noktası bulunamazsa (örneğin, derleme bir DLL'dir) null döndürülür.

Uygulamalar

Şunlara uygulanır