System.Tests.TypeTestsExtended.TypeTestsExtended C# (CSharp) 메소드

TypeTestsExtended() 정적인 개인적인 메소드

static private TypeTestsExtended ( ) : System
리턴 System
        static TypeTestsExtended()
        {
            // Move TestLoadAssembly.dll to subfolder TestLoadAssembly
            try
            {
                Directory.CreateDirectory(Path.GetDirectoryName(destTestAssemblyPath));
                File.Move(sourceTestAssemblyPath, destTestAssemblyPath);
            }
            catch (System.Exception) { }
            finally
            {
                File.Delete(sourceTestAssemblyPath);
            }
        }