使用 int / short 而不是 Int32 / Int16 调用外部 dll 导入方法

Call external dll import method using int / short instead of Int32 / Int16

我只是想知道将 dll 导入方法参数的数据类型从 "Int32" 更改为 "int" 或将 "Int16" 更改为 "short" 是否安全。我知道它应该是相同的编译器,但如果导入的方法仍然被识别,我不安全。

提前致谢

此致

是的,这些类型可以互换。