Psz Structure |
Namespace: XSharp
The Psz type exposes the following members.
Name | Description | |
---|---|---|
Psz(IntPtr) | Initializes a new instance of the Psz class | |
Psz(String) | Initializes a new instance of the Psz class | |
Psz(SerializationInfo, StreamingContext) | Construct a value from serialized data |
Name | Description | |
---|---|---|
GetHashCode | Returns the hash code for this instance. (Overrides GetHashCode.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
Tip |
---|
The PSZ type is included in the X# language and runtime for compatibility only.
In most cases the type can and should be replaced with normal strings. If you need to interface with Win32 API functions that expect an ansi string, there is often also an alternative with a unicode string. We recommend to use that alternative when possible. |