Метод | Описание | |
---|---|---|
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, |
public DoPregameProcessing ( string storedHandHistoryDirectory ) : void | ||
storedHandHistoryDirectory | string | |
Результат | void |
public DoStartupProcessing ( string storedHandHistoryDirectory ) : void | ||
storedHandHistoryDirectory | string | |
Результат | void |
public GDPoker ( String language ) : System | ||
language | String | |
Результат | System |
public GetCurrentHandHistorySubdirectory ( ) : String | ||
Результат | String |
public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String | ||
windowTitle | String | |
Результат | String |
public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame | ||
gameDescription | string | |
Результат | PokerGame |
public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType | ||
windowTitle | string | |
Результат | PokerGameType |
public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int | ||
line | string | |
filename | String | |
currentGameId | String | |
Результат | int |
public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool | ||
gameType | PokerGameType | |
Результат | bool |