GlobalAdvisorAdapterRegistry overview
![]() Instance | The default IAdvisorAdapterRegistry instance. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetInterceptor (inherited from DefaultAdvisorAdapterRegistry) | Returns an IInterceptor to allow the use of the supplied advisor in an interception-based framework. |
GetType (inherited from Object) | Gets the Type of the current instance. |
RegisterAdvisorAdapter (inherited from DefaultAdvisorAdapterRegistry) | Register the given IAdvisorAdapter. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Wrap (inherited from DefaultAdvisorAdapterRegistry) | Returns an IAdvisor wrapping the supplied advice. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
GlobalAdvisorAdapterRegistry Class | Spring.Aop.Framework.Adapter Namespace