Recorder.Attach Method |
Attaches a recordable object (including its descendant objects) to the current Recorder so that changes in
this objects start being recorded into the current Recorder.
Namespace: PostSharp.Patterns.RecordingAssembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public void Attach( Object obj )
Parameters
- obj
- Type: System.Object
The recordable object whose changes need to be recorded into the current Recorder.

This method implicitly attaches all descendants of obj to the current Recorder.
