MethodExecutionOperationDescriptor Class |
Represents a call to a method in user code.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public sealed class MethodExecutionOperationDescriptor : IOperationDescriptor
The MethodExecutionOperationDescriptor type exposes the following members.
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 null.
| |
OperationKind |
Gets the kind of operation.
| |
Target |
Gets the this instance.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |