C# 클래스 PokerMuck.GDPoker

상속: PokerClient
파일 보기 프로젝트 열기: pierotofy/PokerMuck

공개 메소드들

메소드 설명
DoPregameProcessing ( string storedHandHistoryDirectory ) : void
DoStartupProcessing ( string storedHandHistoryDirectory ) : void
GDPoker ( ) : System
GDPoker ( String language ) : System
GetCurrentHandHistorySubdirectory ( ) : String
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool

보호된 메소드들

메소드 설명
InitializeData ( ) : void

비공개 메소드들

메소드 설명
CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : bool

메소드 상세

DoPregameProcessing() 공개 메소드

public DoPregameProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
리턴 void

DoStartupProcessing() 공개 메소드

public DoStartupProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
리턴 void

GDPoker() 공개 메소드

public GDPoker ( ) : System
리턴 System

GDPoker() 공개 메소드

public GDPoker ( String language ) : System
language String
리턴 System

GetCurrentHandHistorySubdirectory() 공개 메소드

public GetCurrentHandHistorySubdirectory ( ) : String
리턴 String

GetHandHistoryFilenameRegexPatternFromWindowTitle() 공개 메소드

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
리턴 String

GetPokerGameFromGameDescription() 공개 메소드

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
리턴 PokerGame

GetPokerGameTypeFromWindowTitle() 공개 메소드

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
리턴 PokerGameType

InferMaxSeatingCapacity() 공개 메소드

public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
line string
filename String
currentGameId String
리턴 int

InitializeData() 보호된 메소드

protected InitializeData ( ) : void
리턴 void

IsPlayerSeatingPositionRelative() 공개 메소드

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
리턴 bool