AddAdvice (inherited from AdvisedSupport) | Overloaded. Adds the supplied advice to the end (or tail) of the advice (interceptor) chain. |
AddAdvisor (inherited from AdvisedSupport) | Overloaded. Adds the supplied advisor to the list of Advisors. |
AddAdvisors (inherited from AdvisedSupport) | Adds the advisors from the supplied advisors to the list of Advisors. |
AddInterface (inherited from AdvisedSupport) | Adds a new interface to the list of interfaces that are proxied by this proxy. |
AddIntroduction (inherited from AdvisedSupport) | Overloaded. Adds the supplied introductionAdvisor to the list of Introductions. |
AddListener (inherited from AdvisedSupport) | Registers the supplied listener as a listener for AdvisedSupport notifications. |
AdviceIncluded (inherited from AdvisedSupport) | Is the supplied advice included in any advisor? |
CopyFrom (inherited from ProxyConfig) | Copies the configuration from the supplied otherConfiguration into this instance. |
CountAdviceOfType (inherited from AdvisedSupport) | Returns a count of all of the IAdvice type-compatible with the supplied Type. |
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. |
GetProxy | Overloaded. Creates a new proxy according to the settings in this factory. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf (inherited from AdvisedSupport) | Overloaded. Return the index (0 based) of the supplied IAdvisor in the interceptor (advice) chain for this proxy. |
IsInterfaceProxied (inherited from AdvisedSupport) | Is the supplied intf (interface) Type proxied? |
RemoveAdvice (inherited from AdvisedSupport) | Removes the supplied advice from the list of Advisors. |
RemoveAdvisor (inherited from AdvisedSupport) | Overloaded. Removes the supplied advisor the list of advisors for this proxy. |
RemoveInterface (inherited from AdvisedSupport) | Removes the supplied (proxied) intf. |
RemoveIntroduction (inherited from AdvisedSupport) | Overloaded. Removes the supplied introduction from the list of Introductions. |
RemoveListener (inherited from AdvisedSupport) | Removes the supplied listener. |
ReplaceAdvisor (inherited from AdvisedSupport) | Replaces the oldAdvisor with the newAdvisor. |
ReplaceIntroduction (inherited from AdvisedSupport) | Replaces the IIntroductionAdvisor that exists at the supplied index in the list of Introductions with the supplied introduction. |
ToProxyConfigString (inherited from AdvisedSupport) | As ToString will normally be passed straight through to the advised target, this method returns the ToString equivalent for the AOP proxy itself. |
ToString (inherited from AdvisedSupport) | A String that represents the current ProxyConfig configuration. |