C# 클래스 Zem80.Core.Memory.ReadOnlyMemorySegment

상속: Zem80.Core.Memory.MemorySegment
파일 보기 프로젝트 열기: neilhewitt/Zem80

공개 메소드들

메소드 설명
Clear ( ) : void
ReadOnlyMemorySegment ( Array contents ) : System
WriteByteAt ( ushort address, byte value ) : void
WriteBytesAt ( ushort offset, Array bytes ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ReadOnlyMemorySegment() 공개 메소드

public ReadOnlyMemorySegment ( Array contents ) : System
contents Array
리턴 System

WriteByteAt() 공개 메소드

public WriteByteAt ( ushort address, byte value ) : void
address ushort
value byte
리턴 void

WriteBytesAt() 공개 메소드

public WriteBytesAt ( ushort offset, Array bytes ) : void
offset ushort
bytes Array
리턴 void