PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIMethod­Pointer­Expression
Open sandboxFocus

IMethodPointerExpression Interface

Expression that represents a C-like pointer to a method.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IMethodPointerExpression : IExpression, IMethodBodyElement

Properties

Name Description
Instance

Gets the instance on which the method is defined, or null if the method is static.

Method

Gets the method.