Click or drag to resize
IProxyBuilderCreateInterfaceProxy Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.IProxyBuilder.CreateInterfaceProxy(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 CreateInterfaceProxy(
	Type[] interfaces,
	Type target
)

Parameters

interfaces
Type: SystemType

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

target
Type: SystemType

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

Return Value

Type: Type

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

See Also