CompositeOperation.OperationDescriptor Property |
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.9.11.0 (6.9.11.0)
public override IOperationDescriptor OperationDescriptor { get; }
Property Value
Type: IOperationDescriptorBy default, the OperationDescriptor property returns the current Operation.
When the Operation represents a user-defined scope, the property evaluates to an instance of the NamedOperationDescriptor class. When it represents a method scope, it evaluates to an instance of the MethodExecutionOperationDescriptor class.