Intersoft ClientUI Documentation
GetMainAssembly Method



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

Return Value

Returns an Assembly object.
Remarks
The main assembly is defined in the MainAssembly property of the application package.
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