Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Release C# (CSharp) 메소드

Release() 공개 메소드

public Release ( object instance ) : bool
instance object
리턴 bool
		public virtual bool Release(object instance)
		{
			componentActivator.Destroy(instance);
			return true;
		}