The methods of the IAdvisedProxyMethodBuilder class are listed below. For a complete list of IAdvisedProxyMethodBuilder class members, see the IAdvisedProxyMethodBuilder Members topic.
BuildProxyMethod (inherited from AbstractProxyMethodBuilder) | Dynamically builds proxy method. |
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. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CallAssertUnderstands (inherited from AbstractProxyMethodBuilder) | Emits code to ensure that target understands the method and throw a sensible exception otherwise. |
CallDirectBaseMethod (inherited from AbstractProxyMethodBuilder) | Calls base method directly. |
CallDirectTargetMethod (inherited from AbstractProxyMethodBuilder) | Calls target method directly. |
DefineGenericParameters (inherited from AbstractProxyMethodBuilder) | Defines generic method parameters based on proxied method metadata. |
DefineMethod (inherited from AbstractProxyMethodBuilder) | Defines proxy method for the target object. |
DefineParameters (inherited from AbstractProxyMethodBuilder) | Defines method parameters based on proxied method metadata. |
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. |
GenerateMethod (inherited from TargetProxyMethodBuilder) | Generates the proxy method. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ProcessReturnValue (inherited from AbstractProxyMethodBuilder) | Replaces a raw reference with a reference to a proxy. |
PushProxy (inherited from AbstractProxyMethodBuilder) | Generates the IL instructions that pushes the proxy instance on stack. |
PushTarget | Generates the IL instructions that pushes the target instance on which calls should be delegated to. |
IAdvisedProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace