C# Class RIM.VSNDK_Package.InstalledSimulatorListSingleton

Class to retrieve Installed API List
Datei anzeigen Open project: blackberry/VSPlugin

Public Properties

Property Type Description
installedSimulatorList List

Public Methods

Method Description
GetInstalledSimulatorList ( ) : bool

Retrieve a list of the installed runtimes on the PC.

RefreshData ( ) : void

Public function to refresh data.

Private Methods

Method Description
InstalledSimulatorListSingleton ( ) : System

Constructor

Method Details

GetInstalledSimulatorList() public method

Retrieve a list of the installed runtimes on the PC.
public GetInstalledSimulatorList ( ) : bool
return bool

RefreshData() public method

Public function to refresh data.
public RefreshData ( ) : void
return void

Property Details

installedSimulatorList public_oe property

public List installedSimulatorList
return List