RecorderProvider Class |
Abstract class that represents a node in the chain of responsibility, starting at the RecorderProvider property,
whose role is to provide a default Recorder to recordable objects.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 4.3.48.0 (4.3.48.0)
C#
public abstract class RecorderProvider
The RecorderProvider type exposes the following members.
Name | Description | |
---|---|---|
RecorderProvider |
Initializes a new instance of the RecorderProvider class.
|
Name | Description | |
---|---|---|
GetRecorder |
Gets the default Recorder for a given object. This method goes through the whole chain of responsibility.
| |
GetRecorderCore |
Gets the default Recorder for a given object.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |