Intersoft ClientUI Documentation
GetEntryPointAssembly Method



Gets the assembly object which is the entry point of the application package.
Syntax
Public Function GetEntryPointAssembly() As Assembly
Dim instance As ApplicationPackage
Dim value As Assembly
 
value = instance.GetEntryPointAssembly()
public Assembly GetEntryPointAssembly()
public:
Assembly^ GetEntryPointAssembly(); 

Return Value

Returns an Assembly object.
Remarks

The entry point assembly is defined in the EntryPointAssembly property of the application package. In most cases, it is sufficient to define only the MainAssembly property of the package.

You specify the EntryPointAssembly property when the assembly that used as entry point is different with the assembly that contains the type used to instantiate the object.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback