Name |
Description |
BaseProxyGenerator |
Base class that exposes the common functionalities to proxy generation. |
ClassProxyGenerator |
|
ClassProxyWithTargetGenerator |
|
Constants |
|
DelegateProxyGenerationHook |
|
DelegateProxyGenerator |
|
EventToGenerate |
|
InheritanceInvocationTypeGenerator |
|
InterfaceProxyWithTargetGenerator |
|
InterfaceProxyWithTargetInterfaceGenerator |
|
InterfaceProxyWithoutTargetGenerator |
|
MethodFinder |
Returns the methods implemented by a type. Use this instead of Type.GetMethods() to work around a CLR issue where duplicate MethodInfos are returned by Type.GetMethods() after a token of a generic type's method was loaded. |
MethodWithInvocationGenerator |
|
PropertyToGenerate |
|