Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainManager::EntryAssembly Property

 

Gets the entry assembly for an application.

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

public:
property Assembly^ EntryAssembly {
	[SecurityCriticalAttribute]
	virtual Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

The entry assembly for the application.

If the application is a manifest-activated application, the entry assembly is determined from the application manifest. If the application is not manifest activated, the entry assembly is the process executable in the default application domain. In other application domains, the entry assembly is the first executable that was executed by the AppDomain::ExecuteAssembly method.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft