System.Runtime.InteropServices.DefaultCharSetAttribute public sealed class DefaultCharSetAttribute : Attribute Documentation Code namespace System.Runtime.InteropServices { public sealed class DefaultCharSetAttribute : Attribute { public CharSet CharSet { get; } public DefaultCharSetAttribute(CharSet charSet); } }