C# Class inVtero.net.UnsafeHelp

Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Méthode Description
EqualBytesLongUnrolled ( long data1, long data2, int offset, int maxlen ) : bool
IsZero ( long data, int offset, int count = 512 ) : bool
ReadBytes ( MemoryMappedViewAccessor view, long offset, long &arr, int Count = 512 ) : void
ScanBytes ( MemoryMappedViewAccessor view, int ScanFor, int Count = 512 ) : List

Private Methods

Méthode Description
CopyMemory ( void dest, void src, ulong count ) : void*

Method Details

EqualBytesLongUnrolled() public static méthode

public static EqualBytesLongUnrolled ( long data1, long data2, int offset, int maxlen ) : bool
data1 long
data2 long
offset int
maxlen int
Résultat bool

IsZero() public static méthode

public static IsZero ( long data, int offset, int count = 512 ) : bool
data long
offset int
count int
Résultat bool

ReadBytes() public static méthode

public static ReadBytes ( MemoryMappedViewAccessor view, long offset, long &arr, int Count = 512 ) : void
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
offset long
arr long
Count int
Résultat void

ScanBytes() public static méthode

public static ScanBytes ( MemoryMappedViewAccessor view, int ScanFor, int Count = 512 ) : List
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
ScanFor int
Count int
Résultat List