Click or drag to resize
DefaultProxyBuilderCreateClassProxy Method (Type)

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

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

Parameters

theClass
Type: SystemType

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

Return Value

Type: Type

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

Implements

IProxyBuilderCreateClassProxy(Type)
See Also