C# Class SteamKit2.BitVector64

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
BitVector64 ( ) : System
BitVector64 ( System.UInt64 value ) : System
this ( uint bitoffset, System.UInt64 valuemask ) : System.UInt64

Method Details

BitVector64() public méthode

public BitVector64 ( ) : System
Résultat System

BitVector64() public méthode

public BitVector64 ( System.UInt64 value ) : System
value System.UInt64
Résultat System

this() public méthode

public this ( uint bitoffset, System.UInt64 valuemask ) : System.UInt64
bitoffset uint
valuemask System.UInt64
Résultat System.UInt64