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

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

Syntax

C#
public Type CreateProxyType(
	Type baseType,
	params Type[] interfaces
)
Visual Basic
Public Function CreateProxyType ( _
	baseType As Type, _
	ParamArray interfaces As Type() _
) As Type
Visual C++
public:
Type^ CreateProxyType(
	Type^ baseType, 
	... array<Type^>^ interfaces
)

Parameters

baseType
Type: System..::..Type

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

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

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

Return Value

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

See Also