C# 클래스 RIM.VSNDK_Package.InstalledSimulatorListSingleton

Class to retrieve Installed API List
파일 보기 프로젝트 열기: blackberry/VSPlugin

공개 프로퍼티들

프로퍼티 타입 설명
installedSimulatorList List

공개 메소드들

메소드 설명
GetInstalledSimulatorList ( ) : bool

Retrieve a list of the installed runtimes on the PC.

RefreshData ( ) : void

Public function to refresh data.

비공개 메소드들

메소드 설명
InstalledSimulatorListSingleton ( ) : System

Constructor

메소드 상세

GetInstalledSimulatorList() 공개 메소드

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

RefreshData() 공개 메소드

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

프로퍼티 상세

installedSimulatorList 공개적으로 프로퍼티

public List installedSimulatorList
리턴 List