ReplayState.Write Method (Byte[])

Ultimate Replay

ReplayStateWrite Method (Byte)
Write a byte array to the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Byte array value
See Also