PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyINew­Object­Expression
Open sandboxFocus

INewObjectExpression Interface

Expression that creates a new object by invoking a constructor.

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

Properties

Name Description
Arguments

Gets the arguments passed to the constructor.

Constructor

Gets the constructor.