Recorder Constructor (Object) |
Initializes a new instance of the Recorder class and attaches it to a given object.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Recorder( Object owner )
Parameters
- owner
- Type: System.Object
The object to which the new Recorder should be attached.
The Recorder created using this constructor will be private to its owner, that is, no other object than owner and descendants of owner will be allowed to be attached to this Recorder.