Propriedade DefaultCharSetAttribute.CharSet
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém o valor padrão de CharSet para qualquer chamada para DllImportAttribute.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public CharSet CharSet { get; }
public:
property CharSet CharSet {
CharSet get();
}
member CharSet : CharSet with get
Public ReadOnly Property CharSet As CharSet
Valor da Propriedade
Type: System.Runtime.InteropServices.CharSet
O valor padrão de CharSet para qualquer chamada para DllImportAttribute.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 8.0
Windows Phone
Disponível desde 8.1
Confira Também
Classe DefaultCharSetAttribute
Namespace System.Runtime.InteropServices
Retornar ao início