C# Class d3.Util

Afficher le fichier Open project: fry/d3

Méthodes publiques

Méthode Description
GetServiceHash ( string name ) : uint
ReadFixedUInt16 ( this s ) : ushort
ReadInt32 ( this s ) : int
ReadInt64 ( this s ) : long
ToHexString ( this data ) : string
WriteFixedUInt16 ( this s, ushort val ) : void

Method Details

GetServiceHash() public static méthode

public static GetServiceHash ( string name ) : uint
name string
Résultat uint

ReadFixedUInt16() public static méthode

public static ReadFixedUInt16 ( this s ) : ushort
s this
Résultat ushort

ReadInt32() public static méthode

public static ReadInt32 ( this s ) : int
s this
Résultat int

ReadInt64() public static méthode

public static ReadInt64 ( this s ) : long
s this
Résultat long

ToHexString() public static méthode

public static ToHexString ( this data ) : string
data this
Résultat string

WriteFixedUInt16() public static méthode

public static WriteFixedUInt16 ( this s, ushort val ) : void
s this
val ushort
Résultat void