Assembly::EntryPoint Property

 

Gets the entry point of this assembly.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property MethodInfo^ EntryPoint {
	virtual MethodInfo^ get();
}

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.

.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
Return to top
Show: