Click or drag to resize
ProxyGeneratorCreateProxyInstance Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.ProxyGenerator.CreateProxyInstance(System.Type,X3Platform.DynamicProxy.IInterceptor,System.Object)"]

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual Object CreateProxyInstance(
	Type type,
	IInterceptor interceptor,
	Object target
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.DynamicProxy.ProxyGenerator.CreateProxyInstance(System.Type,X3Platform.DynamicProxy.IInterceptor,System.Object)"]

interceptor
Type: X3Platform.DynamicProxyIInterceptor

[Missing <param name="interceptor"/> documentation for "M:X3Platform.DynamicProxy.ProxyGenerator.CreateProxyInstance(System.Type,X3Platform.DynamicProxy.IInterceptor,System.Object)"]

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:X3Platform.DynamicProxy.ProxyGenerator.CreateProxyInstance(System.Type,X3Platform.DynamicProxy.IInterceptor,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.ProxyGenerator.CreateProxyInstance(System.Type,X3Platform.DynamicProxy.IInterceptor,System.Object)"]

See Also