C# Class SteamKit2.Blob.BlobUtil

Datei anzeigen Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
IsValidCacheState ( ECacheState cachestate ) : bool
IsValidProcess ( EAutoPreprocessCode process ) : bool
UnsafeCompare ( byte a1, byte a2 ) : bool

Method Details

IsValidCacheState() public static method

public static IsValidCacheState ( ECacheState cachestate ) : bool
cachestate ECacheState
return bool

IsValidProcess() public static method

public static IsValidProcess ( EAutoPreprocessCode process ) : bool
process EAutoPreprocessCode
return bool

UnsafeCompare() public static method

public static UnsafeCompare ( byte a1, byte a2 ) : bool
a1 byte
a2 byte
return bool