Castle.MicroKernel.Proxy.NotSupportedProxyFactory.RequiresTargetInstance C# (CSharp) Method

RequiresTargetInstance() public method

public RequiresTargetInstance ( IKernel kernel, ComponentModel model ) : bool
kernel IKernel
model Castle.Core.ComponentModel
return bool
		public bool RequiresTargetInstance(IKernel kernel, ComponentModel model)
		{
			return false;
		}