Activate() 공개 메소드

public Activate ( IEnumerable packages, IPackageLog log ) : void
packages IEnumerable
log IPackageLog
리턴 void
예제 #1
0
        public IDisposable Load()
        {
            _activator.Activate(new IPackageInfo[0], new PackageLog());

            return(this);
        }