DefaultCharSetAttribute Class
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: