Intersoft ClientUI Documentation
GetEntryPointAssembly Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ApplicationPackage Class : GetEntryPointAssembly Method






Gets the assembly object which is the entry point of the application package.

Syntax

Visual Basic (Declaration) 
Public Function GetEntryPointAssembly() As Assembly
Visual Basic (Usage)Copy Code
Dim instance As ApplicationPackage
Dim value As Assembly
 
value = instance.GetEntryPointAssembly()
C# 
public Assembly GetEntryPointAssembly()
Delphi 
public function GetEntryPointAssembly(): Assembly; 
JScript 
public function GetEntryPointAssembly() : Assembly;
Managed Extensions for C++ 
public: Assembly* GetEntryPointAssembly(); 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.