C# Class SteamKit2.Steam2ChecksumData

Represents file checksum data for Steam2 manifests.
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
GetFileChecksums ( int FileID ) : int[]

Gets checksums for the given FileID.

Private Methods

Méthode Description
Steam2ChecksumData ( byte blob ) : System.Collections.Generic

Method Details

GetFileChecksums() public méthode

Gets checksums for the given FileID.
public GetFileChecksums ( int FileID ) : int[]
FileID int The FileID.
Résultat int[]