Base:
property
EntryPoint
System.Reflection.Assembly.EntryPoint
2 references to EntryPoint
mscorlib (2)
system\applicationactivator.cs (2)
105
Object[] attrs = EntryAssembly.
EntryPoint
.GetCustomAttributes(typeof(STAThreadAttribute), false);
108
attrs = EntryAssembly.
EntryPoint
.GetCustomAttributes(typeof(MTAThreadAttribute), false);