PipeDirection.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="PipeDirection" FullName="System.IO.Pipes.PipeDirection">
  3. <TypeSignature Language="C#" Value="public enum PipeDirection" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed PipeDirection extends System.Enum" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Enum</BaseTypeName>
  11. </Base>
  12. <Docs>
  13. <remarks>
  14. <attribution license="cc4" from="Microsoft" modified="false" />
  15. <para>Anonymous pipes must have a pipe direction of <see cref="F:System.IO.Pipes.PipeDirection.In" /> or <see cref="F:System.IO.Pipes.PipeDirection.Out" />. A <see cref="T:System.IO.Pipes.PipeDirection" /> value of <see cref="F:System.IO.Pipes.PipeDirection.InOut" /> is not supported by anonymous pipes because they are defined to be one-way only.</para>
  16. </remarks>
  17. <summary>
  18. <attribution license="cc4" from="Microsoft" modified="false" />
  19. <para>Specifies the direction of the pipe.</para>
  20. </summary>
  21. </Docs>
  22. <Members>
  23. <Member MemberName="In">
  24. <MemberSignature Language="C#" Value="In" />
  25. <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.IO.Pipes.PipeDirection In = int32(1)" />
  26. <MemberType>Field</MemberType>
  27. <AssemblyInfo>
  28. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  29. </AssemblyInfo>
  30. <ReturnValue>
  31. <ReturnType>System.IO.Pipes.PipeDirection</ReturnType>
  32. </ReturnValue>
  33. <Docs>
  34. <summary>
  35. <attribution license="cc4" from="Microsoft" modified="false" />
  36. <para>Specifies that the pipe direction is in.</para>
  37. </summary>
  38. </Docs>
  39. </Member>
  40. <Member MemberName="InOut">
  41. <MemberSignature Language="C#" Value="InOut" />
  42. <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.IO.Pipes.PipeDirection InOut = int32(3)" />
  43. <MemberType>Field</MemberType>
  44. <AssemblyInfo>
  45. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  46. </AssemblyInfo>
  47. <ReturnValue>
  48. <ReturnType>System.IO.Pipes.PipeDirection</ReturnType>
  49. </ReturnValue>
  50. <Docs>
  51. <summary>
  52. <attribution license="cc4" from="Microsoft" modified="false" />
  53. <para>Specifies that the pipe direction is two-way.</para>
  54. </summary>
  55. </Docs>
  56. </Member>
  57. <Member MemberName="Out">
  58. <MemberSignature Language="C#" Value="Out" />
  59. <MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.IO.Pipes.PipeDirection Out = int32(2)" />
  60. <MemberType>Field</MemberType>
  61. <AssemblyInfo>
  62. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  63. </AssemblyInfo>
  64. <ReturnValue>
  65. <ReturnType>System.IO.Pipes.PipeDirection</ReturnType>
  66. </ReturnValue>
  67. <Docs>
  68. <summary>
  69. <attribution license="cc4" from="Microsoft" modified="false" />
  70. <para>Specifies that the pipe direction is out.</para>
  71. </summary>
  72. </Docs>
  73. </Member>
  74. </Members>
  75. </Type>