Implemented interface member:
property
EntryPoint
System.Runtime.InteropServices._Assembly.EntryPoint
2 overrides of EntryPoint
mscorlib (2)
system\reflection\assembly.cs (1)
1464public override MethodInfo EntryPoint
system\reflection\emit\assemblybuilder.cs (1)
1268public override MethodInfo EntryPoint
3 references to EntryPoint
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1238mainType = exe.EntryPoint.ReflectedType;
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
484MethodInfo entryPoint = exeAssembly.EntryPoint;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1228mainType = exe.EntryPoint.ReflectedType;