AttachObjectToRecorderOperation Class |
Encapsulates the Attach(Object) operation.
System.Object
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.RecorderOperation
PostSharp.Patterns.Recording.Operations.AttachObjectToRecorderOperation
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.RecorderOperation
PostSharp.Patterns.Recording.Operations.AttachObjectToRecorderOperation
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class AttachObjectToRecorderOperation : RecorderOperation
The AttachObjectToRecorderOperation type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the operation name.
(Inherited from Operation.) | |
Object |
Gets the object being attached to the Recorder.
| |
OperationDescriptor |
Gets the IOperationDescriptor, which is used by the OperationFormatter to produce a human-readable description
of the current operation.
(Inherited from Operation.) | |
OperationKind |
Gets the kind of operation.
(Overrides Operation.OperationKind.) | |
Recorder | (Inherited from RecorderOperation.) |
Name | Description | |
---|---|---|
VisitAffectedObjects |
Executes a given action on all recordable objects involved with the current Operation.
(Inherited from RecorderOperation.) |