C# Class hOOt.Cache

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Свойство Type Description
FileOffset long
LastBitSaveLength int
isDirty bool
isLoaded bool

Méthodes publiques

Méthode Description
FreeMemory ( bool unload, bool freeUncompressedMemory = true ) : void
GetBitmap ( ) : WAHBitArray
GetCompressedBits ( ) : uint[]
Op ( WAHBitArray bits, OPERATION op ) : WAHBitArray
SetBit ( int index, bool val ) : void
SetCompressedBits ( uint bits ) : void

Method Details

FreeMemory() public méthode

public FreeMemory ( bool unload, bool freeUncompressedMemory = true ) : void
unload bool
freeUncompressedMemory bool
Résultat void

GetBitmap() public méthode

public GetBitmap ( ) : WAHBitArray
Résultat WAHBitArray

GetCompressedBits() public méthode

public GetCompressedBits ( ) : uint[]
Résultat uint[]

Op() public méthode

public Op ( WAHBitArray bits, OPERATION op ) : WAHBitArray
bits WAHBitArray
op OPERATION
Résultat WAHBitArray

SetBit() public méthode

public SetBit ( int index, bool val ) : void
index int
val bool
Résultat void

SetCompressedBits() public méthode

public SetCompressedBits ( uint bits ) : void
bits uint
Résultat void

Property Details

FileOffset public_oe property

public long FileOffset
Résultat long

LastBitSaveLength public_oe property

public int LastBitSaveLength
Résultat int

isDirty public_oe property

public bool isDirty
Résultat bool

isLoaded public_oe property

public bool isLoaded
Résultat bool