The methods of the BaseCompositionAopProxy class are listed below. For a complete list of BaseCompositionAopProxy class members, see the BaseCompositionAopProxy Members topic.
AddAdvice (inherited from AdvisedProxy) | Overloaded. Adds the supplied advice to the end (or tail) of the advice (interceptor) chain. |
Equals | Delegate to target object handling of equals method. |
GetHashCode | Delgate to the target object generation of the hash code. |
GetInterceptors (inherited from AdvisedProxy) | Returns a list of method interceptors |
GetType (inherited from Object) | Gets the Type of the current instance. |
Invoke (inherited from AdvisedProxy) | Invokes intercepted methods using reflection |
ToString | Returns a String the represents the target object. |
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. |
GetObjectData (inherited from AdvisedProxy) | Serializes this instance. |
Initialize (inherited from AdvisedProxy) | Initialization method. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IAdvised.AddAdvisor (inherited from AdvisedProxy) | Overloaded. Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#AddAdvisor(Spring.Aop.IAdvisor) |
IAdvised.AddAdvisors (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#AddAdvisors(Spring.Aop.IAdvisors) |
IAdvised.AddIntroduction (inherited from AdvisedProxy) | Overloaded. Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#AddIntroduction(Spring.Aop.IIntroductionAdvisor) |
IAdvised.IndexOf (inherited from AdvisedProxy) | Overloaded. Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#IndexOf(Spring.Aop.IAdvisor) |
IAdvised.IsInterfaceProxied (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#IsInterfaceProxied(System.Type) |
IAdvised.RemoveAdvice (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#RemoveAdvice(AopAlliance.Aop.IAdvice) |
IAdvised.RemoveAdvisor (inherited from AdvisedProxy) | Overloaded. Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#RemoveAdvisor(Spring.Aop.IAdvisor) |
IAdvised.RemoveIntroduction (inherited from AdvisedProxy) | Overloaded. Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#RemoveIntroduction(Spring.Aop.IIntroductionAdvisor) |
IAdvised.ReplaceAdvisor (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#ReplaceAdvisor(Spring.Aop.IAdvisor,Spring.Aop.IAdvisor) |
IAdvised.ReplaceIntroduction (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#ReplaceIntroduction(System.Int32,Spring.Aop.IIntroductionAdvisor) |
IAdvised.ToProxyConfigString (inherited from AdvisedProxy) | Missing <summary> documentation for M:Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Spring#Aop#Framework#IAdvised#ToProxyConfigString |
IAopProxy.GetProxy | Returns this proxy instance |
ISerializable.GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
BaseCompositionAopProxy Class | Spring.Aop.Framework.DynamicProxy Namespace