C# 클래스 RIM.VSNDK_Package.SimulatorListSingleton

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

공개 프로퍼티들

프로퍼티 타입 설명
_simulatorList List

공개 메소드들

메소드 설명
RefreshData ( ) : void

Public function to refresh data.

비공개 메소드들

메소드 설명
ErrorDataReceived ( object sender, System e ) : void

On Error received event handler

GetSimulatorList ( ) : void

Retrieve list of Available Simulators

IsSimulatorInstalled ( string version ) : bool

Check to see if Simulator is installed

SimulatorListDataReceived ( object sender, System e ) : void

On Data Received event handler

SimulatorListSingleton ( ) : System

Constructor

메소드 상세

RefreshData() 공개 메소드

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

프로퍼티 상세

_simulatorList 공개적으로 프로퍼티

public List _simulatorList
리턴 List