Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractGenericPointcutAdvisor Methods

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

Public Instance Methods

Equals 2 AbstractGenericPointcutAdvisors are considered equals, if a) their pointcuts are equal b) their advices are equal
GetHashCode Calculates a unique hashcode based on advice + pointcut
GetType (inherited from Object)Gets the Type of the current instance.
ToString Returns a String that represents the current Object.

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

AbstractGenericPointcutAdvisor Class | Spring.Aop.Support Namespace