111,096
社区成员




[DllImport("abcdefg.dll")]
public static extern int func1(int a,string[] b);
[DllImport("abcdefg.dll")]
public static extern string func2(int a);
[DllImport("abcdefg.dll")]
public static extern int func1(int a,string[] b);
[DllImport("abcdefg.dll")]
public static extern string func2(int a);