PostSharp.ILAPI ReferencePost­Sharp.​ReflectionCustom­Attribute­Instance
Open sandboxFocus

CustomAttributeInstance Class

Instance of a custom attribute on a target declaration.

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

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.