ReplayState.ReadBytes Method (Byte[], Int32, Int32)

Ultimate Replay

ReplayStateReadBytes Method (Byte, Int32, Int32)
Fill a byte array with data from the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ReadBytes(
	byte[] buffer,
	int offset,
	int amount
)

Parameters

buffer
Type: SystemByte
The byte array to store data in
offset
Type: SystemInt32
The index offset to start filling the buffer at
amount
Type: SystemInt32
The number of bytes to read
See Also