C# Class x86CS.Memory

Afficher le fichier Open project: cryogen/VM86CS

Méthodes publiques

Свойство Type Description
LoggingEnabled bool

Méthodes publiques

Méthode Description
BlockRead ( uint addr, byte buffer, int length ) : int
BlockWrite ( uint addr, byte buffer, int length ) : void
Read ( uint addr, int size ) : uint
SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void
Write ( uint addr, uint value, int size ) : void

Private Methods

Méthode Description
Memory ( ) : System

Method Details

BlockRead() public static méthode

public static BlockRead ( uint addr, byte buffer, int length ) : int
addr uint
buffer byte
length int
Résultat int

BlockWrite() public static méthode

public static BlockWrite ( uint addr, byte buffer, int length ) : void
addr uint
buffer byte
length int
Résultat void

Read() public static méthode

public static Read ( uint addr, int size ) : uint
addr uint
size int
Résultat uint

SegBlockWrite() public static méthode

public static SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void
segment ushort
offset ushort
buffer byte
length int
Résultat void

Write() public static méthode

public static Write ( uint addr, uint value, int size ) : void
addr uint
value uint
size int
Résultat void

Property Details

LoggingEnabled public_oe static_oe property

public static bool LoggingEnabled
Résultat bool