PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingReplay­Context
Open sandboxFocus

ReplayContext Class

Represents the context of an undo or redo operation. The class gives access to system-defined and user-defined pieces of information.

Inheritance
ReplayContext
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class ReplayContext : Object

Properties

Name Description
CustomContext

Gets a dictionary that user code can use to store arbitrary pieces of information.

Success

Determines whether the operation was successful. This flag is set only in the OnReplayed(ReplayKind, ReplayContext) method.