Click or drag to resize
DefaultProxyBuilderCreateCustomClassProxy Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.DefaultProxyBuilder.CreateCustomClassProxy(System.Type,X3Platform.DynamicProxy.GeneratorContext)"]

Namespace: X3Platform.DynamicProxy.Builder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual Type CreateCustomClassProxy(
	Type theClass,
	GeneratorContext context
)

Parameters

theClass
Type: SystemType

[Missing <param name="theClass"/> documentation for "M:X3Platform.DynamicProxy.Builder.DefaultProxyBuilder.CreateCustomClassProxy(System.Type,X3Platform.DynamicProxy.GeneratorContext)"]

context
Type: X3Platform.DynamicProxyGeneratorContext

[Missing <param name="context"/> documentation for "M:X3Platform.DynamicProxy.Builder.DefaultProxyBuilder.CreateCustomClassProxy(System.Type,X3Platform.DynamicProxy.GeneratorContext)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.DefaultProxyBuilder.CreateCustomClassProxy(System.Type,X3Platform.DynamicProxy.GeneratorContext)"]

Implements

IProxyBuilderCreateCustomClassProxy(Type, GeneratorContext)
See Also