Recorder.Detach Method |
Detaches a recordable object from the current Recorder, so that changes in
this objects stop being recorded into the current Recorder.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.8.6.0 (6.8.6.0)

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

This method implicitly detaches all descendants of obj from the current Recorder.
