C# 클래스 SteamKit2.Blob.BlobUtil

파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
IsValidCacheState ( ECacheState cachestate ) : bool
IsValidProcess ( EAutoPreprocessCode process ) : bool
UnsafeCompare ( byte a1, byte a2 ) : bool

메소드 상세

IsValidCacheState() 공개 정적인 메소드

public static IsValidCacheState ( ECacheState cachestate ) : bool
cachestate ECacheState
리턴 bool

IsValidProcess() 공개 정적인 메소드

public static IsValidProcess ( EAutoPreprocessCode process ) : bool
process EAutoPreprocessCode
리턴 bool

UnsafeCompare() 공개 정적인 메소드

public static UnsafeCompare ( byte a1, byte a2 ) : bool
a1 byte
a2 byte
리턴 bool