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.

public virtual MethodInfo EntryPoint { get; }

Value

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

Remarks

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

Requirements

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