1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<Type Name="CharSet" FullName="System.Runtime.InteropServices.CharSet" FullNameSP="System_Runtime_InteropServices_CharSet" Maintainer="ecma">
<TypeSignature Language="ILASM" Value=".class public sealed serializable CharSet extends System.Enum" />
<TypeSignature Language="C#" Value="public enum CharSet" />
<MemberOfLibrary>RuntimeInfrastructure</MemberOfLibrary>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>
<para>Specifies which character set marshaled strings are required to use.</para>
</summary>
<remarks>
<para>This enumeration is used by the <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> to indicate the
required modifications to the <see cref="T:System.String" /> arguments of an imported function.</para>
<para>
<block subset="none" type="note">See the <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> class overview for an
example that uses the <see cref="T:System.Runtime.InteropServices.CharSet" /> enumeration.</block>
</para>
</remarks>
</Docs>
<Members>
<Member MemberName="Ansi">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.CharSet Ansi = 2" />
<MemberSignature Language="C#" Value="Ansi" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Runtime.InteropServices.CharSet</ReturnType>
</ReturnValue>
<Parameters />
<MemberValue>Ansi</MemberValue>
<Docs>
<summary>
<para> Specifies that strings will be marshaled in the ANSI character
set.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Auto">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.CharSet Auto = 4" />
<MemberSignature Language="C#" Value="Auto" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Runtime.InteropServices.CharSet</ReturnType>
</ReturnValue>
<Parameters />
<MemberValue>Auto</MemberValue>
<Docs>
<summary>
<para> Specifies that strings will be automatically marshaled in the character set appropriate
for the target system (either Unicode or ANSI).</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Runtime.InteropServices.CharSet</ReturnType>
</ReturnValue>
<MemberValue>None</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Unicode">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Runtime.InteropServices.CharSet Unicode = 3" />
<MemberSignature Language="C#" Value="Unicode" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Runtime.InteropServices.CharSet</ReturnType>
</ReturnValue>
<Parameters />
<MemberValue>Unicode</MemberValue>
<Docs>
<summary>
<para> Specifies that strings will be marshaled in the Unicode character set.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
<TypeExcluded>0</TypeExcluded>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
</Attributes>
</Type>
|