ReplayState.Write Method (ReplayState)

Ultimate Replay

ReplayStateWrite Method (ReplayState)
Write the entire contents of a ReplayState to this ReplayState. All bytes will be appended.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	ReplayState other
)

Parameters

other
Type: UltimateReplayReplayState
The other state to append
See Also