Assembly.EntryPoint Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the entry point of this assembly.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.MethodInfoA MethodInfo object that represents the entry point of this assembly. If no entry point is found (for example, the assembly is a DLL), null is returned.
Show: