BooCompiler.Tests.AbstractCompilerTestCase.CopyDependencies C# (CSharp) Метод

CopyDependencies() защищенный Метод

protected CopyDependencies ( ) : void
Результат void
        protected virtual void CopyDependencies()
        {
            CopyAssembly(typeof(Boo.Lang.List).Assembly);
            CopyAssembly(typeof(Boo.Lang.Extensions.MacroMacro).Assembly);
            CopyAssembly(GetType().Assembly);
            CopyAssembly(typeof(NUnit.Framework.Assert).Assembly);
            #if !VISUAL_STUDIO
            CopyAssembly(System.Reflection.Assembly.Load("BooModules"));
            #endif
        }