ApplyMethodAttributes (inherited from AbstractProxyTypeBuilder) | Applies attributes to the proxied method. |
ApplyMethodParameterAttributes (inherited from AbstractProxyTypeBuilder) | Applies attributes to proxied method's parameters. |
ApplyMethodReturnTypeAttributes (inherited from AbstractProxyTypeBuilder) | Applies attributes to the proxied method's return type. |
ApplyTypeAttributes (inherited from AbstractProxyTypeBuilder) | Applies attributes to the proxy class. |
CreateTypeBuilder (inherited from AbstractProxyTypeBuilder) | Creates an appropriate type builder. |
DeclareAdvisedProxyInstanceField | Declares field that holds the AdvisedProxy instance used by the proxy. |
DefineConstructorParameters | Defines the types of the parameters for the specified constructor. |
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. |
GenerateConstructor | Generates the proxy constructor. |
GetInterfaceMapping (inherited from AbstractProxyTypeBuilder) | Gets the mapping of the interface to proxy into the actual methods on the target type that does not need to implement that interface. |
GetMethodAttributes (inherited from AbstractProxyTypeBuilder) | Calculates and returns the list of attributes that apply to the specified method. |
GetMethodParameterAttributes (inherited from AbstractProxyTypeBuilder) | Calculates and returns the list of attributes that apply to the specified method's parameters. |
GetMethodReturnTypeAttributes (inherited from AbstractProxyTypeBuilder) | Calculates and returns the list of attributes that apply to the specified method's return type. |
GetProxiableInterfaces (inherited from AbstractProxyTypeBuilder) | Returns an array of Types that represent the proxiable interfaces. |
GetTypeAttributes (inherited from AbstractAopProxyTypeBuilder) | Calculates and returns the list of attributes that apply to the specified type. |
ImplementConstructors (inherited from AbstractProxyTypeBuilder) | Implements constructors for the proxy class. |
ImplementEvent (inherited from AbstractProxyTypeBuilder) | Implements the specified event. |
ImplementIAopProxy | Implements IAopProxy interface. |
ImplementInterface (inherited from AbstractProxyTypeBuilder) | Overloaded. Implements an interface. |
ImplementProperty (inherited from AbstractProxyTypeBuilder) | Implements the specified property. |
InheritType (inherited from AbstractProxyTypeBuilder) | Overloaded. Inherit from a type. |
IsAttributeMatchingType (inherited from AbstractProxyTypeBuilder) | Check that the specified object is matching the passed attribute type. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |