摘要:public class SystemInfo { [DllImport("kernel32")] public static extern void GetSystemDirectory(StringBuilder SysDir, int count); [DllImport("kernel32")] public sta...
阅读全文
posted @ 2018-08-15 09:40
|
|
|
随笔分类 - C# 随手笔记
摘要:public class SystemInfo { [DllImport("kernel32")] public static extern void GetSystemDirectory(StringBuilder SysDir, int count); [DllImport("kernel32")] public sta...
阅读全文
posted @ 2018-08-15 09:40
|
|