PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingIRecordableHas­Recorder
Open sandboxFocus

IRecordable.HasRecorder Method

HasRecorder(Boolean)

Determines whether the current object is attached to a Recorder, if not, optionally attaches the object to the default Recorder.

Declaration
[HasInheritedAttribute(new long[]{})]
[RecordingScope]
bool HasRecorder(bool autoAttach)
Parameters
Type Name Description
Boolean autoAttach

true if the current object should be automatically attached to the default Recorder if it is not yet attached, otherwise false.

Returns
Type Description
Boolean

true if the object is already attached to a Recorder or if autoAttach is true, otherwise false.