TestRunner.AssemblyResolver.AssemblyResolver C# (CSharp) Method

AssemblyResolver() public method

public AssemblyResolver ( string path )
path string
        public AssemblyResolver(string path)
        {
            this.path = path;
            System.AppDomain.CurrentDomain.AssemblyResolve += new System.ResolveEventHandler(OnAssemblyResolve);
        }