Intersoft ClientUI Documentation
GetDownloadedSharedDependencies Method



Gets a list of the shared dependency packages that have been downloaded.
Syntax
Public Function GetDownloadedSharedDependencies() As List(Of DependencyPackage)
Dim instance As UXShell
Dim value As List(Of DependencyPackage)
 
value = instance.GetDownloadedSharedDependencies()
public List<DependencyPackage> GetDownloadedSharedDependencies()
public:
List<DependencyPackage^>^ GetDownloadedSharedDependencies(); 

Return Value

A collection of all shared DependencyPackage that have been downloaded.
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

UXShell Class
UXShell Members

Send Feedback