IXmlBinaryReaderInitializer.xml 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="IXmlBinaryReaderInitializer" FullName="System.Xml.IXmlBinaryReaderInitializer">
  3. <TypeSignature Language="C#" Value="public interface IXmlBinaryReaderInitializer" />
  4. <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IXmlBinaryReaderInitializer" />
  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>Provides methods for reinitializing a binary reader to read a new document.</para>
  15. </summary>
  16. </Docs>
  17. <Members>
  18. <Member MemberName="SetInput">
  19. <MemberSignature Language="C#" Value="public void SetInput (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quota, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);" />
  20. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetInput(class System.IO.Stream stream, class System.Xml.IXmlDictionary dictionary, class System.Xml.XmlDictionaryReaderQuotas quota, class System.Xml.XmlBinaryReaderSession session, 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="dictionary" Type="System.Xml.IXmlDictionary" />
  31. <Parameter Name="quota" Type="System.Xml.XmlDictionaryReaderQuotas" />
  32. <Parameter Name="session" Type="System.Xml.XmlBinaryReaderSession" />
  33. <Parameter Name="onClose" Type="System.Xml.OnXmlDictionaryReaderClose" />
  34. </Parameters>
  35. <Docs>
  36. <param name="quota">To be added.</param>
  37. <remarks>To be added.</remarks>
  38. <summary>
  39. <attribution license="cc4" from="Microsoft" modified="false" />
  40. <para>Reinitializes the binary reader using the given input stream.</para>
  41. </summary>
  42. <param name="stream">
  43. <attribution license="cc4" from="Microsoft" modified="false" />The stream from which to read.</param>
  44. <param name="dictionary">
  45. <attribution license="cc4" from="Microsoft" modified="false" />
  46. <see cref="T:System.Xml.XmlDictionary" /> to use.</param>
  47. <param name="session">
  48. <attribution license="cc4" from="Microsoft" modified="false" />
  49. <see cref="T:System.Xml.XmlBinaryReaderSession" /> to use.</param>
  50. <param name="onClose">
  51. <attribution license="cc4" from="Microsoft" modified="false" />Delegate to call when the reader is closed.</param>
  52. </Docs>
  53. </Member>
  54. <Member MemberName="SetInput">
  55. <MemberSignature Language="C#" Value="public void SetInput (byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quota, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);" />
  56. <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetInput(unsigned int8[] buffer, int32 offset, int32 count, class System.Xml.IXmlDictionary dictionary, class System.Xml.XmlDictionaryReaderQuotas quota, class System.Xml.XmlBinaryReaderSession session, class System.Xml.OnXmlDictionaryReaderClose onClose) cil managed" />
  57. <MemberType>Method</MemberType>
  58. <AssemblyInfo>
  59. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  60. </AssemblyInfo>
  61. <ReturnValue>
  62. <ReturnType>System.Void</ReturnType>
  63. </ReturnValue>
  64. <Parameters>
  65. <Parameter Name="buffer" Type="System.Byte[]" />
  66. <Parameter Name="offset" Type="System.Int32" />
  67. <Parameter Name="count" Type="System.Int32" />
  68. <Parameter Name="dictionary" Type="System.Xml.IXmlDictionary" />
  69. <Parameter Name="quota" Type="System.Xml.XmlDictionaryReaderQuotas" />
  70. <Parameter Name="session" Type="System.Xml.XmlBinaryReaderSession" />
  71. <Parameter Name="onClose" Type="System.Xml.OnXmlDictionaryReaderClose" />
  72. </Parameters>
  73. <Docs>
  74. <param name="quota">To be added.</param>
  75. <remarks>To be added.</remarks>
  76. <summary>
  77. <attribution license="cc4" from="Microsoft" modified="false" />
  78. <para>Reinitializes the binary reader using the given input buffer.</para>
  79. </summary>
  80. <param name="buffer">
  81. <attribution license="cc4" from="Microsoft" modified="false" />The buffer from which to read.</param>
  82. <param name="offset">
  83. <attribution license="cc4" from="Microsoft" modified="false" />Starting position from which to read in <paramref name="buffer" />.</param>
  84. <param name="count">
  85. <attribution license="cc4" from="Microsoft" modified="false" />Number of bytes that can be read from <paramref name="buffer" />.</param>
  86. <param name="dictionary">
  87. <attribution license="cc4" from="Microsoft" modified="false" />
  88. <see cref="T:System.Xml.XmlDictionary" /> to use.</param>
  89. <param name="session">
  90. <attribution license="cc4" from="Microsoft" modified="false" />
  91. <see cref="T:System.Xml.XmlBinaryReaderSession" /> to use.</param>
  92. <param name="onClose">
  93. <attribution license="cc4" from="Microsoft" modified="false" />Delegate to call when the reader is closed.</param>
  94. </Docs>
  95. </Member>
  96. </Members>
  97. </Type>