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






Load the application package along with its referenced assemblies to the domain context.

Syntax

Visual Basic (Declaration) 
Public Function Load() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ApplicationPackage
Dim value As Boolean
 
value = instance.Load()
C# 
public bool Load()
Delphi 
public function Load(): Boolean; 
JScript 
public function Load() : boolean;
Managed Extensions for C++ 
public: bool Load(); 
C++/CLI 
public:
bool Load(); 

Return Value

Returns true if the load operation succeeded.

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.