Click or drag to resize
IProxyBuilderCreateClassProxy Method (Type, Type)

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

Namespace: X3Platform.DynamicProxy.Builder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Type CreateClassProxy(
	Type theClass,
	Type[] interfaces
)

Parameters

theClass
Type: SystemType

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

interfaces
Type: SystemType

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

Return Value

Type: Type

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

See Also