摘要:
using System.Runtime.InteropServices; 1 [StructLayout(LayoutKind.Sequential)] 2 public class NetResource 3 { 4 public int dwScope; 5 public int dwType; 6 public int dwDisplayType; 7 public int dwUsage; 8 public string LocalN... 阅读全文
posted @ 2013-09-12 11:40
xxxteam
阅读(2126)
评论(1)
推荐(0)