C# 클래스 x86CS.Memory

파일 보기 프로젝트 열기: cryogen/VM86CS

공개 프로퍼티들

프로퍼티 타입 설명
LoggingEnabled bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Memory ( ) : System

메소드 상세

BlockRead() 공개 정적인 메소드

public static BlockRead ( uint addr, byte buffer, int length ) : int
addr uint
buffer byte
length int
리턴 int

BlockWrite() 공개 정적인 메소드

public static BlockWrite ( uint addr, byte buffer, int length ) : void
addr uint
buffer byte
length int
리턴 void

Read() 공개 정적인 메소드

public static Read ( uint addr, int size ) : uint
addr uint
size int
리턴 uint

SegBlockWrite() 공개 정적인 메소드

public static SegBlockWrite ( ushort segment, ushort offset, byte buffer, int length ) : void
segment ushort
offset ushort
buffer byte
length int
리턴 void

Write() 공개 정적인 메소드

public static Write ( uint addr, uint value, int size ) : void
addr uint
value uint
size int
리턴 void

프로퍼티 상세

LoggingEnabled 공개적으로 정적으로 프로퍼티

public static bool LoggingEnabled
리턴 bool