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