PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecording­ServicesDefault­Recorder
Open sandboxFocus

RecordingServices.DefaultRecorder Property

DefaultRecorder

Gets the global default Recorder.

Declaration
public static Recorder DefaultRecorder { get; }
Property Value
Type Description
Recorder
Remarks

This property is provided for convenience only. It is equivalent to calling GetRecorder(Object) with a null argument.