Represents a call to a method in user code.
Implements
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public sealed class MethodExecutionOperationDescriptor : IOperationDescriptorProperties
| Name | Description |
|---|---|
| Arguments | Gets the method arguments. |
| Method | Gets the executed method. |
| MethodName | Gets the name of the method. This property is set even if the Method property is |
| OperationKind | Gets the kind of operation. |
| Target | Gets the |