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