PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecorderRecorder
Open sandboxFocus

Recorder Constructor

Recorder()

Initializes a new instance of the Recorder class.

Declaration
public Recorder()

Recorder(Object)

Initializes a new instance of the Recorder class and attaches it to a given object.

Declaration
public Recorder([Required] object owner)
Parameters
Type Name Description
Object owner

The object to which the new Recorder should be attached.

Remarks

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.