Functions.Bin2Ptr 方法 | |
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION Bin2Ptr(
cPointer AS STRING
) AS IntPtr
public static IntPtr Bin2Ptr(
string cPointer
)
查看代码参数
- cPointer
- 类型:String
返回值
类型:
IntPtr备注 警告: |
---|
这是一个只在 x86 模式下工作的兼容性函数。当在 x64 模式下运行时,该函数将抛出异常。
|
参见