Mono Class Library: System.Reflection.Assembly Overview | Members

System.Reflection.Assembly.EntryPoint Property

Returns a System.Reflection.MethodInfo for the Entry Point in the assembly if it exists. [Edit]

public virtual MethodInfo EntryPoint { get; }

Value

System.Reflection.MethodInfo object for the Entry Point in the assembly if it exists. [Edit]

Remarks

If there isn't an entry point in the assembly, the object is null. [Edit]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0