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
        }