DefaultCharSetAttribute Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Specifies the value of the CharSet enumeration. This class cannot be inherited.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ <AttributeUsageAttribute(AttributeTargets.Module, Inherited:=False)> _ Public NotInheritable Class DefaultCharSetAttribute Inherits Attribute 'Usage Dim instance As DefaultCharSetAttribute
/** @attribute ComVisibleAttribute(true) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Module, Inherited=false) */ public final class DefaultCharSetAttribute extends Attribute
ComVisibleAttribute(true) AttributeUsageAttribute(AttributeTargets.Module, Inherited=false) public final class DefaultCharSetAttribute extends Attribute
Apply the DefaultCharSetAttribute attribute at the assembly level or module level to set the CharSet value for any call to DllImportAttribute that does not include a CharSet named argument specified by the user.
A CharSet named argument specified by the user overrides the setting of DefaultCharSetAttribute.
Note |
|---|
| Only the C# and Visual Basic compilers recognize this attribute; it is not used by the C++ compiler. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
Note