Name | Description | |
---|---|---|
![]() | CompileTimeInitialize | 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. The method stores values that will allow for faster run-time execution. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase) |
![]() | CompileTimeValidate | Overloaded. (Inherited from PostSharp.Aspects.MethodLevelAspect) |
![]() | 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) |
![]() | OnEntry | Method executed before the body of methods to which this aspect is applied. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect) |
![]() | OnException | Overridden. Method executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception. PostSharp Infrastructure. Provides exception information to be recorded on method exit. |
![]() | OnExit | Method executed after the body of methods to which this aspect is applied, even when the method exists with an exception (this method is invoked from the finally block). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect) |
![]() | OnSuccess | Method executed after the body of methods to which this aspect is applied, but only when the method successfully returns (i.e. when no exception flies out the method.). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect) |
![]() | RuntimeInitialize | Initializes the current aspect. (Inherited from PostSharp.Aspects.MethodLevelAspect) |