c#路径查找
With both implicit and explicit linking, Windows first searches for "known DLLs", such as Kernel32.dll and User32.dll. Windows then searches for the DLLs in the following sequence:
-
The directory where the executable module for the current process is located.
-
The current directory.
-
The Windows system directory. The GetSystemDirectory function retrieves the path of this directory.
-
The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.
-
The directories listed in the PATH environment variable.
用对方法才有效率,做对事情才有效果
“麻烦”是自己“处理”不当的结果
“困难”是自己“学习”不够的反射
“挫折”是自己“努力”不足的代价
“麻烦”是自己“处理”不当的结果
“困难”是自己“学习”不够的反射
“挫折”是自己“努力”不足的代价
浙公网安备 33010602011771号