Method | Description | |
---|---|---|
GenerateProxyTemplate ( IProxyDefinition proxyDefinition ) : IProxyTemplate |
Generates a proxy template based on the specified proxy definition.
|
|
ProxyGenerator ( ITypeBuilder typeBuilder, IInterceptionFilter interceptionFilter ) : System |
Initializes a new instance of the ProxyGenerator class.
|
|
VisitConstructor ( |
||
VisitEvent ( |
||
VisitInterface ( |
||
VisitMethod ( |
||
VisitProperty ( |
public GenerateProxyTemplate ( IProxyDefinition proxyDefinition ) : IProxyTemplate | ||
proxyDefinition | IProxyDefinition | The proxy definition. |
return | IProxyTemplate |
public ProxyGenerator ( ITypeBuilder typeBuilder, IInterceptionFilter interceptionFilter ) : System | ||
typeBuilder | ITypeBuilder | The type builder. |
interceptionFilter | IInterceptionFilter | The interception filter. |
return | System |
public VisitConstructor ( |
||
constructorInfo | ||
return | void |
public VisitEvent ( |
||
eventInfo | ||
return | void |
public VisitInterface ( |
||
interfaceType | ||
return | void |
public VisitMethod ( |
||
methodInfo | ||
return | void |
public VisitProperty ( |
||
propertyInfo | ||
return | void |