Name | Description | |
---|---|---|
![]() | CompileTimeInitialize | Overridden. Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. PostSharp Infrastructure. Initializes the current object. |
![]() | CompileTimeValidate | Overloaded. Overridden. PostSharp Infrastructure. Method invoked at build time to ensure that the aspect has been applied to the right target. |
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute) |
![]() | GetAspectConfiguration | Method invoked at build tome to get the imperative configuration of the current PostSharp.Aspects.Aspect. (Inherited from PostSharp.Aspects.Aspect) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from System.Attribute) |
![]() | IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute) |
![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute) |
![]() | OnGetValue | Method invoked instead of the Get semantic of the field or property to which the current aspect is applied, i.e. when the value of this field or property is retrieved. (Inherited from PostSharp.Aspects.LocationInterceptionAspect) |
![]() | OnSetValue | Overridden. Method invoked instead of the Set semantic of the field or property to which the current aspect is applied, i.e. when the value of this field or property is changed.PostSharp Infrastructure. Method called instead of the set operation on the modified field. |
![]() | RuntimeInitialize | Overridden. Initializes the current aspect. Initializes the current aspect. |