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