Intersoft ClientUI Documentation
GetLoadedApplications Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : GetLoadedApplications Method






Returns a collection of the application packages which have been loaded to the domain context.

Syntax

Visual Basic (Declaration) 
Public Function GetLoadedApplications() As List(Of ApplicationPackage)
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim value As List(Of ApplicationPackage)
 
value = instance.GetLoadedApplications()
C# 
public List<ApplicationPackage> GetLoadedApplications()
Delphi 
public function GetLoadedApplications(): List; 
JScript 
public function GetLoadedApplications() : List;
Managed Extensions for C++ 
public: List<ApplicationPackage*>* GetLoadedApplications(); 
C++/CLI 
public:
List<ApplicationPackage^>^ GetLoadedApplications(); 

Return Value

A collection of the ApplicationPackage that have been loaded to the domain context.

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.