Open sandboxFocus

Class CustomAttributeInstance

Instance of a custom attribute on a target declaration.

Inheritance
CustomAttributeInstance
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class CustomAttributeInstance

Properties

Name Description
Attribute

Gets the custom attribute.

Construction

Gets the ObjectConstruction (including given constructor arguments and named arguments) used to construct the Attribute.

Target

Gets the declaration on which the custom attribute is defined.