PostSharpAPI ReferencePost­Sharp.​Patterns.​Recording.​OperationsMethod­Execution­Operation­Descriptor
Open sandboxFocus

MethodExecutionOperationDescriptor Class

Represents a call to a method in user code.

Inheritance
MethodExecutionOperationDescriptor
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model.dll
Syntax
public sealed class MethodExecutionOperationDescriptor : Object, IOperationDescriptor

Properties

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.