Method | Description | |
---|---|---|
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 | |
return | System |
public WriteByteAt ( ushort address, byte value ) : void | ||
address | ushort | |
value | byte | |
return | void |
public WriteBytesAt ( ushort offset, Array bytes ) : void | ||
offset | ushort | |
bytes | Array | |
return | void |