CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

107 行
4.5KB

  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>DiscUtils.Dmg</name>
  5. </assembly>
  6. <members>
  7. <member name="T:DiscUtils.Dmg.Disk">
  8. <summary>
  9. Represents a DMG (aka UDIF) backed disk.
  10. </summary>
  11. </member>
  12. <member name="M:DiscUtils.Dmg.Disk.#ctor(System.IO.Stream,DiscUtils.Streams.Ownership)">
  13. <summary>
  14. Initializes a new instance of the Disk class.
  15. </summary>
  16. <param name="stream">The stream containing the disk.</param>
  17. <param name="ownsStream">Whether the new instance takes ownership of stream.</param>
  18. </member>
  19. <member name="P:DiscUtils.Dmg.Disk.Capacity">
  20. <summary>
  21. Gets the capacity of the disk (in bytes).
  22. </summary>
  23. </member>
  24. <member name="P:DiscUtils.Dmg.Disk.Content">
  25. <summary>
  26. Gets the content of the disk as a stream.
  27. </summary>
  28. <remarks>
  29. Note the returned stream is not guaranteed to be at any particular position. The actual position
  30. will depend on the last partition table/file system activity, since all access to the disk contents pass
  31. through a single stream instance. Set the stream position before accessing the stream.
  32. </remarks>
  33. </member>
  34. <member name="P:DiscUtils.Dmg.Disk.DiskClass">
  35. <summary>
  36. Gets the type of disk represented by this object.
  37. </summary>
  38. </member>
  39. <member name="P:DiscUtils.Dmg.Disk.DiskTypeInfo">
  40. <summary>
  41. Gets information about the type of disk.
  42. </summary>
  43. <remarks>This property provides access to meta-data about the disk format, for example whether the
  44. BIOS geometry is preserved in the disk file.</remarks>
  45. </member>
  46. <member name="P:DiscUtils.Dmg.Disk.Geometry">
  47. <summary>
  48. Gets the geometry of the disk.
  49. </summary>
  50. </member>
  51. <member name="P:DiscUtils.Dmg.Disk.Layers">
  52. <summary>
  53. Gets the layers that make up the disk.
  54. </summary>
  55. </member>
  56. <member name="M:DiscUtils.Dmg.Disk.CreateDifferencingDisk(DiscUtils.DiscFileSystem,System.String)">
  57. <summary>
  58. Create a new differencing disk, possibly within an existing disk.
  59. </summary>
  60. <param name="fileSystem">The file system to create the disk on.</param>
  61. <param name="path">The path (or URI) for the disk to create.</param>
  62. <returns>The newly created disk.</returns>
  63. </member>
  64. <member name="M:DiscUtils.Dmg.Disk.CreateDifferencingDisk(System.String)">
  65. <summary>
  66. Create a new differencing disk.
  67. </summary>
  68. <param name="path">The path (or URI) for the disk to create.</param>
  69. <returns>The newly created disk.</returns>
  70. </member>
  71. <member name="M:DiscUtils.Dmg.Disk.Dispose(System.Boolean)">
  72. <summary>
  73. Disposes of this instance, freeing underlying resources.
  74. </summary>
  75. <param name="disposing"><c>true</c> if called from Dispose.</param>
  76. </member>
  77. <member name="M:DiscUtils.Dmg.DiskImageFile.#ctor(System.IO.Stream,DiscUtils.Streams.Ownership)">
  78. <summary>
  79. Initializes a new instance of the DiskImageFile class.
  80. </summary>
  81. <param name="stream">The stream to read.</param>
  82. <param name="ownsStream">Indicates if the new instance should control the lifetime of the stream.</param>
  83. </member>
  84. <member name="P:DiscUtils.Dmg.DiskImageFile.Geometry">
  85. <summary>
  86. Gets the geometry of the virtual disk layer.
  87. </summary>
  88. </member>
  89. <member name="P:DiscUtils.Dmg.DiskImageFile.NeedsParent">
  90. <summary>
  91. Gets a value indicating whether the file is a differencing disk.
  92. </summary>
  93. </member>
  94. <member name="M:DiscUtils.Dmg.DiskImageFile.GetParentLocations">
  95. <summary>
  96. Gets the location of the parent file, given a base path.
  97. </summary>
  98. <returns>Array of candidate file locations.</returns>
  99. </member>
  100. <member name="P:DiscUtils.Dmg.UdifPartitionTable.Partitions">
  101. <summary>
  102. Gets the partitions present on the disk.
  103. </summary>
  104. </member>
  105. </members>
  106. </doc>