Assembly::EntryPoint Property
.NET Framework (current version)
Gets the entry point of this assembly.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::MethodInfo^An 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.
Implements
_Assembly::EntryPoint
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: