Method | Description | |
---|---|---|
BuildProxyType ( ) : |
Creates a proxy that inherits the proxied object's class.
|
|
IsSpringAwareControlProxy ( |
Determines if the specified type is one of those generated by this builder.
|
|
SupportsWebDependencyInjectionTypeBuilder ( Type targetType, MethodInfo methodsToIntercept, MethodInfo staticCallbackMethod ) : System |
Creates a new TypeBuilder instance.
|
Method | Description | |
---|---|---|
DeclareApplicationContextInstanceField ( |
Declares field that holds the ISupportsWebDependencyInjection.DefaultApplicationContext.
|
|
ImplementIDependencyInjectionAware ( |
Actually implements the ISupportsWebDependencyInjection interface.
|
public static IsSpringAwareControlProxy ( |
||
type | The type to check. | |
return | bool |
public SupportsWebDependencyInjectionTypeBuilder ( Type targetType, MethodInfo methodsToIntercept, MethodInfo staticCallbackMethod ) : System | ||
targetType | Type | The base type the proxy shall be derived from |
methodsToIntercept | MethodInfo | The methods to be injected with a call to |
staticCallbackMethod | MethodInfo | The static callback method to be injected into |
return | System |