[Missing <summary> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.IsProxiable(System.Reflection.MethodInfo)"]

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

Syntax

C#
public static bool IsProxiable(
	this MethodInfo method
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function IsProxiable ( _
	method As MethodInfo _
) As Boolean
Visual C++
[ExtensionAttribute]
public:
static bool IsProxiable(
	MethodInfo^ method
)

Parameters

method
Type: System.Reflection..::..MethodInfo

[Missing <param name="method"/> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.IsProxiable(System.Reflection.MethodInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.IsProxiable(System.Reflection.MethodInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MethodInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also