Open sandboxFocus

Class AttachObjectToRecorderOperation

Encapsulates the Attach(object) operation.

Inheritance
AttachObjectToRecorderOperation
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public sealed class AttachObjectToRecorderOperation : RecorderOperation, IOperationDescriptor

Properties

Name Description
Object

Gets the object being attached to the Recorder.

OperationKind

Gets the kind of operation.

Methods

Name Description
Redo(ReplayContext)

Redo the current operation.

Undo(ReplayContext)

Undo the current operation.