The solution is to manually call LoadLibrary , FreeLibrary , and GetProcAddress . static class SystemLibrary { [DllImport("kernel32", ...
確定! 回上一頁