[To be supplied.]
[Visual Basic] Public Enum CharSet [C#] public enum CharSet [C++] public enum CharSet
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Ansi | Strings should be marshaled as ANSI 1-byte chars. |
Auto | Marshal string in the right way for the target system. |
None | User didn't specify how to marshal strings. |
Unicode | Strings should be marshaled as Unicode 2-byte chars. |
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll