AssemblyBuilder.EntryPoint Propriété

Définition

Obtient le point d’entrée de cet assembly.

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

Valeur de propriété

MethodInfo

Point d’entrée de cet assembly.

Exceptions

L'appelant n'a pas l'autorisation requise.

S’applique à