C# Class Steam4NET.CGameID

Afficher le fichier Open project: ta0soft/STEAMp3 Class Usage Examples

Méthodes publiques

Méthode Description
CGameID ( ) : System
CGameID ( Int32 nAppID ) : System
CGameID ( System.UInt64 id ) : System
Equals ( CGameID gid ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CGameID() public méthode

public CGameID ( ) : System
Résultat System

CGameID() public méthode

public CGameID ( Int32 nAppID ) : System
nAppID System.Int32
Résultat System

CGameID() public méthode

public CGameID ( System.UInt64 id ) : System
id System.UInt64
Résultat System

Equals() public méthode

public Equals ( CGameID gid ) : bool
gid CGameID
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool