C# 클래스 BattleNet.CdKey

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

공개 메소드들

메소드 설명
GetD2KeyHash ( string cdkey, uint &client_token, uint server_token, List &output, List &public_value ) : bool

보호된 메소드들

메소드 설명
ConvertFromHexDigit ( char input ) : ulong
ConvertToHexDigit ( ulong byt ) : char

메소드 상세

ConvertFromHexDigit() 보호된 정적인 메소드

protected static ConvertFromHexDigit ( char input ) : ulong
input char
리턴 ulong

ConvertToHexDigit() 보호된 정적인 메소드

protected static ConvertToHexDigit ( ulong byt ) : char
byt ulong
리턴 char

GetD2KeyHash() 공개 정적인 메소드

public static GetD2KeyHash ( string cdkey, uint &client_token, uint server_token, List &output, List &public_value ) : bool
cdkey string
client_token uint
server_token uint
output List
public_value List
리턴 bool