The methods of the DefaultIntroductionAdvisor class are listed below. For a complete list of DefaultIntroductionAdvisor class members, see the DefaultIntroductionAdvisor Members topic.
AddInterface | Adds the supplied intf to the list of introduced interfaces. |
Equals | Overloaded. 2 IntroductionAdvisors are considered equal if a) they are of the same type b) their introduction advices are equal c) they introduce the same interfaces |
GetHashCode | 2 IntroductionAdvisors are considered equal if a) they are of the same type b) their introduction advices are equal c) they introduce the same interfaces |
GetType (inherited from Object) | Gets the Type of the current instance. |
Matches | Should the pointcut apply to the supplied Type? |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ValidateInterfaces | Can the advised interfaces be implemented by the introduction 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. |
DefaultIntroductionAdvisor Class | Spring.Aop.Support Namespace | IIntroductionAdvisor