C# 클래스 SteamKit2.GameID

파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( GameID gid ) : bool

Determines whether the specified GameID is equal to this instance.

Equals ( System obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GameID ( ) : System

Initializes a new instance of the GameID class.

GameID ( Int32 nAppID ) : System

Initializes a new instance of the GameID class.

GameID ( System.UInt64 id ) : System

Initializes a new instance of the GameID class.

GetHashCode ( ) : int

Returns a hash code for this instance.

Set ( ulong gameId ) : void

Sets the various components of this GameID from a 64bit integer form.

ToUInt64 ( ) : ulong

Converts this GameID into it's 64bit integer form.

operator ( ) : bool

Implements the operator ==.

메소드 상세

Equals() 공개 메소드

Determines whether the specified GameID is equal to this instance.
public Equals ( GameID gid ) : bool
gid GameID The to compare with this instance.
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object is equal to this instance.
public Equals ( System obj ) : bool
obj System The to compare with this instance.
리턴 bool

GameID() 공개 메소드

Initializes a new instance of the GameID class.
public GameID ( ) : System
리턴 System

GameID() 공개 메소드

Initializes a new instance of the GameID class.
public GameID ( Int32 nAppID ) : System
nAppID System.Int32 The 32bit app id to assign this GameID from.
리턴 System

GameID() 공개 메소드

Initializes a new instance of the GameID class.
public GameID ( System.UInt64 id ) : System
id System.UInt64 The 64bit integer to assign this GameID from.
리턴 System

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

Set() 공개 메소드

Sets the various components of this GameID from a 64bit integer form.
public Set ( ulong gameId ) : void
gameId ulong The 64bit integer to assign this GameID from.
리턴 void

ToUInt64() 공개 메소드

Converts this GameID into it's 64bit integer form.
public ToUInt64 ( ) : ulong
리턴 ulong

operator() 공개 정적인 메소드

Implements the operator ==.
public static operator ( ) : bool
리턴 bool