IOperationDescriptor Interface |
Encapsulates information that allow implementations of the OperationFormatter class to provide
a human-readable description of an Operation.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.4.11.0 (6.4.11.0)

C#
public interface IOperationDescriptor
The IOperationDescriptor type exposes the following members.

Name | Description | |
---|---|---|
![]() | OperationKind |
Gets the kind of operation.
|

If you implement your own OperationFormatter, you can also implement your own IOperationDescriptor and assign it to the OperationDescriptor property of the RecordingScope returned by OpenScope(RecordingScopeOption).
