C# Class Game.Extensions.SharpDX.DataStreamExtensions

Afficher le fichier Open project: jasonpang/Starcraft2Hook

Méthodes publiques

Méthode Description
GetMD5HashArray ( this stream ) : byte[]
GetMD5HashString ( this stream ) : String
ToArray ( this stream ) : byte[]

Method Details

GetMD5HashArray() public static méthode

public static GetMD5HashArray ( this stream ) : byte[]
stream this
Résultat byte[]

GetMD5HashString() public static méthode

public static GetMD5HashString ( this stream ) : String
stream this
Résultat String

ToArray() public static méthode

public static ToArray ( this stream ) : byte[]
stream this
Résultat byte[]