C# 클래스 WCPAL.WoWPlatform

상속: BasePlatform
파일 보기 프로젝트 열기: daegren/WCPAL 1 사용 예제들

공개 메소드들

메소드 설명
GetCharacter ( string name, string realm ) : Character
GetRealmStatus ( ) : IEnumerable

Gets the status of all the realms in the current locale

GetRealmStatus ( List realms ) : IEnumerable

Get the current status of a set of realms

GetRealmStatus ( string realm ) : WCPAL.Realm

Gets the current status of a specific realm

WoWPlatform ( ) : System

Creates a new WoWPlatform Object with the default connection options. See BattlenetConnectionOptions.

WoWPlatform ( WCPAL.BattlenetConnectionOptions connectionOptions ) : System

Creates a new WoWPlatform object with a specified set of connection options.

메소드 상세

GetCharacter() 공개 메소드

public GetCharacter ( string name, string realm ) : Character
name string
realm string
리턴 Character

GetRealmStatus() 공개 메소드

Gets the status of all the realms in the current locale
public GetRealmStatus ( ) : IEnumerable
리턴 IEnumerable

GetRealmStatus() 공개 메소드

Get the current status of a set of realms
public GetRealmStatus ( List realms ) : IEnumerable
realms List The list of realms to lookup.
리턴 IEnumerable

GetRealmStatus() 공개 메소드

Gets the current status of a specific realm
public GetRealmStatus ( string realm ) : WCPAL.Realm
realm string The realm name to lookup
리턴 WCPAL.Realm

WoWPlatform() 공개 메소드

Creates a new WoWPlatform Object with the default connection options. See BattlenetConnectionOptions.
public WoWPlatform ( ) : System
리턴 System

WoWPlatform() 공개 메소드

Creates a new WoWPlatform object with a specified set of connection options.
public WoWPlatform ( WCPAL.BattlenetConnectionOptions connectionOptions ) : System
connectionOptions WCPAL.BattlenetConnectionOptions The connection options to use when accessing the community API.
리턴 System