C# 클래스 SteamKit2.DepotManifest

Represents a Steam3 depot manifest.
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
DecryptFilenames ( byte encryptionKey ) : bool

Attempts to decrypts file names with the given encryption key.

비공개 메소드들

메소드 설명
DepotManifest ( byte data ) : System
Deserialize ( byte data ) : void
ParseBinaryManifest ( Steam3Manifest manifest ) : void

메소드 상세

DecryptFilenames() 공개 메소드

Attempts to decrypts file names with the given encryption key.
public DecryptFilenames ( byte encryptionKey ) : bool
encryptionKey byte The encryption key.
리턴 bool