Method HasRecorder
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 |
|
Returns
Type | Description |
---|---|
Boolean |
|