__Psz 结构 |
命名空间: XSharp
__Psz 类型公开以下成员。
名称 | 说明 | |
---|---|---|
__Psz(IntPtr) | 初始化 __Psz 类的一个新实例 | |
__Psz(String) | 初始化 __Psz 类的一个新实例 | |
__Psz(SerializationInfo, StreamingContext) | 从序列化数据构造一个值 |
名称 | 说明 | |
---|---|---|
GetHashCode | Returns the hash code for this instance. (重写 GetHashCode.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
提示: |
---|
PSZ 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。 如果需要与期望 ANSI 字符串的 Win32 API 函数进行接口,通常也有一个接受 Unicode 字符串的替代方案。我们建议尽可能使用该替代方案。 |