Open sandboxFocus

Enum ReplayKind

Enumerates the kind of situations in which the OnReplaying(ReplayKind, ReplayContext) or OnReplayed(ReplayKind, ReplayContext) methods are invoked.

Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public enum ReplayKind
Remarks

Other reasons may be added in the future.

Fields

Name Description
Redo

Redo operation.

Undo

Undo operation.