Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

DefaultIntroductionAdvisor Methods

The methods of the DefaultIntroductionAdvisor class are listed below. For a complete list of DefaultIntroductionAdvisor class members, see the DefaultIntroductionAdvisor Members topic.

Public Instance Methods

AddInterface Adds the supplied intf to the list of introduced interfaces.
EqualsOverloaded. 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?

Protected Instance Methods

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.

See Also

DefaultIntroductionAdvisor Class | Spring.Aop.Support Namespace | IIntroductionAdvisor