ReplayContext Class |
Represents the context of an undo or redo operation. The class gives access to system-defined and user-defined pieces of information.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class ReplayContext
The ReplayContext type exposes the following members.
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.
|