﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DefaultCharSetAttribute" FullName="System.Runtime.InteropServices.DefaultCharSetAttribute"><TypeSignature Language="C#" Value="public sealed class DefaultCharSetAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DefaultCharSetAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.Module, Inherited=false)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Apply the <see cref="T:System.Runtime.InteropServices.DefaultCharSetAttribute" /> attribute at the assembly level or module level to set the <see cref="F:System.Runtime.InteropServices.DllImportAttribute.CharSet" /> value for any call to <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> that does not include a <see cref="F:System.Runtime.InteropServices.DllImportAttribute.CharSet" /> named argument specified by the user.</para><para>A <see cref="F:System.Runtime.InteropServices.DllImportAttribute.CharSet" /> named argument specified by the user overrides the setting of <see cref="T:System.Runtime.InteropServices.DefaultCharSetAttribute" />.</para><block subset="none" type="note"><para>Only the C# and Visual Basic compilers recognize this attribute; it is not used by the C++ compiler. </para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the value of the <see cref="T:System.Runtime.InteropServices.CharSet" /> enumeration. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DefaultCharSetAttribute (System.Runtime.InteropServices.CharSet charSet);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Runtime.InteropServices.CharSet charSet) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="charSet" Type="System.Runtime.InteropServices.CharSet" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DefaultCharSetAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.CharSet" /> value.</para></summary><param name="charSet"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Runtime.InteropServices.CharSet" /> values.</param></Docs></Member><Member MemberName="CharSet"><MemberSignature Language="C#" Value="public System.Runtime.InteropServices.CharSet CharSet { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Runtime.InteropServices.CharSet CharSet" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Runtime.InteropServices.CharSet</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the default value of <see cref="T:System.Runtime.InteropServices.CharSet" /> for any call to <see cref="T:System.Runtime.InteropServices.DllImportAttribute" />.</para></summary></Docs></Member></Members></Type>