Open sandboxFocus

Class ReplayContext

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

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.