111,120
社区成员
发帖
与我相关
我的任务
分享[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);