CompilerServices.String2Psz 方法 | |
Allocate a PSZ and add it to the list
命名空间:
XSharp.Internal
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD String2Psz(
s AS STRING,
pszList AS List<IntPtr>
) AS IntPtr
public static IntPtr String2Psz(
string s,
List<IntPtr> pszList
)
查看代码参数
- s
- 类型:String
- pszList
- 类型:ListIntPtr
返回值
类型:
IntPtr参见