將DLL放到其他路徑

  • 847
  • 0

摘要:將DLL放到其他路徑

            //可以將DLL放到其他路徑 ( 放到 DLLs 路徑底下)
            AppDomain.CurrentDomain.AppendPrivatePath(@"DLLs");