C# 클래스 Battlelogium.Core.Battlelog.BattlelogBase

파일 보기 프로젝트 열기: Battlelogium/Battlelogium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
battlefieldName string
battlefieldShortname string
battlelogURL string
battlelogWebview WebView
executableNames string[]
gameId int
javascriptObject JavascriptObject
javascriptURL string

공개 메소드들

메소드 설명
BattlelogBase ( string battlelogURL, string battlefieldName, string battlefieldShortname, string executableNames, int originCode, string javascriptPath ) : Battlelogium.Core.Javascript
CheckBattlelogConnection ( ) : bool
CheckBattlelogConnectionAsync ( ) : Task
Dispose ( ) : void
InitializeWebview ( ) : void

비공개 메소드들

메소드 설명
InitUpdateWebPlugin ( string url ) : void
LoadCompleted ( object sender, EventArgs e ) : void
battlelogWebview_PropertyChanged ( object sender, System e ) : void

메소드 상세

BattlelogBase() 공개 메소드

public BattlelogBase ( string battlelogURL, string battlefieldName, string battlefieldShortname, string executableNames, int originCode, string javascriptPath ) : Battlelogium.Core.Javascript
battlelogURL string
battlefieldName string
battlefieldShortname string
executableNames string
originCode int
javascriptPath string
리턴 Battlelogium.Core.Javascript

CheckBattlelogConnection() 공개 정적인 메소드

public static CheckBattlelogConnection ( ) : bool
리턴 bool

CheckBattlelogConnectionAsync() 공개 정적인 메소드

public static CheckBattlelogConnectionAsync ( ) : Task
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeWebview() 공개 메소드

public InitializeWebview ( ) : void
리턴 void

프로퍼티 상세

battlefieldName 공개적으로 프로퍼티

public string battlefieldName
리턴 string

battlefieldShortname 공개적으로 프로퍼티

public string battlefieldShortname
리턴 string

battlelogURL 공개적으로 프로퍼티

public string battlelogURL
리턴 string

battlelogWebview 공개적으로 프로퍼티

public WebView battlelogWebview
리턴 WebView

executableNames 공개적으로 프로퍼티

public string[] executableNames
리턴 string[]

gameId 공개적으로 프로퍼티

public int gameId
리턴 int

javascriptObject 공개적으로 프로퍼티

public JavascriptObject javascriptObject
리턴 JavascriptObject

javascriptURL 공개적으로 프로퍼티

public string javascriptURL
리턴 string