[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyFactory.CreateProxy(System.Type,NHibernate.Proxy.DynamicProxy.IInterceptor,System.Type[])"]

Namespace: NHibernate.Proxy.DynamicProxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Object CreateProxy(
	Type instanceType,
	IInterceptor interceptor,
	params Type[] baseInterfaces
)
Visual Basic
Public Function CreateProxy ( _
	instanceType As Type, _
	interceptor As IInterceptor, _
	ParamArray baseInterfaces As Type() _
) As Object
Visual C++
public:
Object^ CreateProxy(
	Type^ instanceType, 
	IInterceptor^ interceptor, 
	... array<Type^>^ baseInterfaces
)

Parameters

instanceType
Type: System..::..Type

[Missing <param name="instanceType"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyFactory.CreateProxy(System.Type,NHibernate.Proxy.DynamicProxy.IInterceptor,System.Type[])"]

interceptor
Type: NHibernate.Proxy.DynamicProxy..::..IInterceptor

[Missing <param name="interceptor"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyFactory.CreateProxy(System.Type,NHibernate.Proxy.DynamicProxy.IInterceptor,System.Type[])"]

baseInterfaces
Type: array<System..::..Type>[]()[][]

[Missing <param name="baseInterfaces"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyFactory.CreateProxy(System.Type,NHibernate.Proxy.DynamicProxy.IInterceptor,System.Type[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyFactory.CreateProxy(System.Type,NHibernate.Proxy.DynamicProxy.IInterceptor,System.Type[])"]

See Also