mscorlib(4.0.0.0) API with additions
CharSet.cs
2 {
5  [ComVisible(true)]
6  [__DynamicallyInvokable]
7  public enum CharSet
8  {
10  None = 1,
12  [__DynamicallyInvokable]
13  Ansi,
15  [__DynamicallyInvokable]
16  Unicode,
18  Auto
19  }
20 }
CharSet
Dictates which character set marshaled strings should use.
Definition: CharSet.cs:7
Marshal strings as Unicode 2-byte characters.
Specifies that the class can be serialized.
Marshal strings as multiple-byte character strings.