IXmlTextReaderInitializer.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="IXmlTextReaderInitializer" FullName="System.Xml.IXmlTextReaderInitializer">
  3. <TypeSignature Language="C#" Value="public interface IXmlTextReaderInitializer" />
  4. <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IXmlTextReaderInitializer" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Runtime.Serialization</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Interfaces />
  10. <Docs>
  11. <remarks>To be added.</remarks>
  12. <summary>
  13. <attribution license="cc4" from="Microsoft" modified="false" />
  14. <para>Specifies implementation requirements for XML text readers that derive from this interface.</para>
  15. </summary>
  16. </Docs>
  17. <Members>
  18. <Member MemberName="SetInput">
  19. <MemberSignature Language="C#" Value="public void SetInput (System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quota, System.Xml.OnXmlDictionaryReaderClose onClose);" />
  20. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetInput(class System.IO.Stream stream, class System.Text.Encoding encoding, class System.Xml.XmlDictionaryReaderQuotas quota, class System.Xml.OnXmlDictionaryReaderClose onClose) cil managed" />
  21. <MemberType>Method</MemberType>
  22. <AssemblyInfo>
  23. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  24. </AssemblyInfo>
  25. <ReturnValue>
  26. <ReturnType>System.Void</ReturnType>
  27. </ReturnValue>
  28. <Parameters>
  29. <Parameter Name="stream" Type="System.IO.Stream" />
  30. <Parameter Name="encoding" Type="System.Text.Encoding" />
  31. <Parameter Name="quota" Type="System.Xml.XmlDictionaryReaderQuotas" />
  32. <Parameter Name="onClose" Type="System.Xml.OnXmlDictionaryReaderClose" />
  33. </Parameters>
  34. <Docs>
  35. <param name="quota">To be added.</param>
  36. <remarks>To be added.</remarks>
  37. <summary>
  38. <attribution license="cc4" from="Microsoft" modified="false" />
  39. <para>Specifies initialization requirements for XML text readers that read a stream.</para>
  40. </summary>
  41. <param name="stream">
  42. <attribution license="cc4" from="Microsoft" modified="false" />The stream from which to read.</param>
  43. <param name="encoding">
  44. <attribution license="cc4" from="Microsoft" modified="false" />The character encoding of the stream.</param>
  45. <param name="onClose">
  46. <attribution license="cc4" from="Microsoft" modified="false" />The delegate to be called when the reader is closed.</param>
  47. </Docs>
  48. </Member>
  49. <Member MemberName="SetInput">
  50. <MemberSignature Language="C#" Value="public void SetInput (byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quota, System.Xml.OnXmlDictionaryReaderClose onClose);" />
  51. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetInput(unsigned int8[] buffer, int32 offset, int32 count, class System.Text.Encoding encoding, class System.Xml.XmlDictionaryReaderQuotas quota, class System.Xml.OnXmlDictionaryReaderClose onClose) cil managed" />
  52. <MemberType>Method</MemberType>
  53. <AssemblyInfo>
  54. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  55. </AssemblyInfo>
  56. <ReturnValue>
  57. <ReturnType>System.Void</ReturnType>
  58. </ReturnValue>
  59. <Parameters>
  60. <Parameter Name="buffer" Type="System.Byte[]" />
  61. <Parameter Name="offset" Type="System.Int32" />
  62. <Parameter Name="count" Type="System.Int32" />
  63. <Parameter Name="encoding" Type="System.Text.Encoding" />
  64. <Parameter Name="quota" Type="System.Xml.XmlDictionaryReaderQuotas" />
  65. <Parameter Name="onClose" Type="System.Xml.OnXmlDictionaryReaderClose" />
  66. </Parameters>
  67. <Docs>
  68. <param name="quota">To be added.</param>
  69. <remarks>To be added.</remarks>
  70. <summary>
  71. <attribution license="cc4" from="Microsoft" modified="false" />
  72. <para>Specifies initialization requirements for XML text readers that read a buffer.</para>
  73. </summary>
  74. <param name="buffer">
  75. <attribution license="cc4" from="Microsoft" modified="false" />The buffer from which to read.</param>
  76. <param name="offset">
  77. <attribution license="cc4" from="Microsoft" modified="false" />The starting position from which to read in <paramref name="buffer" />.</param>
  78. <param name="count">
  79. <attribution license="cc4" from="Microsoft" modified="false" />The number of bytes that can be read from <paramref name="buffer" />.</param>
  80. <param name="encoding">
  81. <attribution license="cc4" from="Microsoft" modified="false" />The character encoding of the stream.</param>
  82. <param name="onClose">
  83. <attribution license="cc4" from="Microsoft" modified="false" />The delegate to be called when the reader is closed.</param>
  84. </Docs>
  85. </Member>
  86. </Members>
  87. </Type>