Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.IO.FileSystem.DriveInfo.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.IO.FileSystem.DriveInfo</name>
5   </assembly>
6   <members>
7     <member name="T:System.IO.DriveInfo">
8       <summary>Provides access to information on a drive.</summary>
9     </member>
10     <member name="M:System.IO.DriveInfo.#ctor(System.String)">
11       <summary>Provides access to information on the specified drive.</summary>
12       <param name="driveName">A valid drive path or drive letter. This can be either uppercase or lowercase, 'a' to 'z'. A null value is not valid.</param>
13       <exception cref="T:System.ArgumentNullException">The drive letter cannot be <see langword="null" />.</exception>
14       <exception cref="T:System.ArgumentException">The first letter of <paramref name="driveName" /> is not an uppercase or lowercase letter from 'a' to 'z'.
15 -or-
16 <paramref name="driveName" /> does not refer to a valid drive.</exception>
17     </member>
18     <member name="P:System.IO.DriveInfo.AvailableFreeSpace">
19       <summary>Indicates the amount of available free space on a drive, in bytes.</summary>
20       <returns>The amount of free space available on the drive, in bytes.</returns>
21       <exception cref="T:System.UnauthorizedAccessException">Access to the drive information is denied.</exception>
22       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
23     </member>
24     <member name="P:System.IO.DriveInfo.DriveFormat">
25       <summary>Gets the name of the file system, such as NTFS or FAT32.</summary>
26       <returns>The name of the file system on the specified drive.</returns>
27       <exception cref="T:System.UnauthorizedAccessException">Access to the drive information is denied.</exception>
28       <exception cref="T:System.IO.DriveNotFoundException">The drive does not exist or is not mapped.</exception>
29       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
30     </member>
31     <member name="P:System.IO.DriveInfo.DriveType">
32       <summary>Gets the drive type, such as CD-ROM, removable, network, or fixed.</summary>
33       <returns>One of the enumeration values that specifies a drive type.</returns>
34     </member>
35     <member name="M:System.IO.DriveInfo.GetDrives">
36       <summary>Retrieves the drive names of all logical drives on a computer.</summary>
37       <returns>An array of type <see cref="T:System.IO.DriveInfo" /> that represents the logical drives on a computer.</returns>
38       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
39       <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
40     </member>
41     <member name="P:System.IO.DriveInfo.IsReady">
42       <summary>Gets a value that indicates whether a drive is ready.</summary>
43       <returns>
44         <see langword="true" /> if the drive is ready; <see langword="false" /> if the drive is not ready.</returns>
45     </member>
46     <member name="P:System.IO.DriveInfo.Name">
47       <summary>Gets the name of a drive, such as C:\.</summary>
48       <returns>The name of the drive.</returns>
49     </member>
50     <member name="P:System.IO.DriveInfo.RootDirectory">
51       <summary>Gets the root directory of a drive.</summary>
52       <returns>An object that contains the root directory of the drive.</returns>
53     </member>
54     <member name="M:System.IO.DriveInfo.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
55       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the target object.</summary>
56       <param name="info">The object to populate with data.</param>
57       <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext" />) for this serialization.</param>
58     </member>
59     <member name="M:System.IO.DriveInfo.ToString">
60       <summary>Returns a drive name as a string.</summary>
61       <returns>The name of the drive.</returns>
62     </member>
63     <member name="P:System.IO.DriveInfo.TotalFreeSpace">
64       <summary>Gets the total amount of free space available on a drive, in bytes.</summary>
65       <returns>The total free space available on a drive, in bytes.</returns>
66       <exception cref="T:System.UnauthorizedAccessException">Access to the drive information is denied.</exception>
67       <exception cref="T:System.IO.DriveNotFoundException">The drive is not mapped or does not exist.</exception>
68       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
69     </member>
70     <member name="P:System.IO.DriveInfo.TotalSize">
71       <summary>Gets the total size of storage space on a drive, in bytes.</summary>
72       <returns>The total size of the drive, in bytes.</returns>
73       <exception cref="T:System.UnauthorizedAccessException">Access to the drive information is denied.</exception>
74       <exception cref="T:System.IO.DriveNotFoundException">The drive is not mapped or does not exist.</exception>
75       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
76     </member>
77     <member name="P:System.IO.DriveInfo.VolumeLabel">
78       <summary>Gets or sets the volume label of a drive.</summary>
79       <returns>The volume label.</returns>
80       <exception cref="T:System.IO.IOException">An I/O error occurred (for example, a disk error or a drive was not ready).</exception>
81       <exception cref="T:System.IO.DriveNotFoundException">The drive is not mapped or does not exist.</exception>
82       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
83       <exception cref="T:System.UnauthorizedAccessException">The volume label is being set on a network or CD-ROM drive.
84 -or-
85 Access to the drive information is denied.</exception>
86     </member>
87     <member name="T:System.IO.DriveNotFoundException">
88       <summary>The exception that is thrown when trying to access a drive or share that is not available.</summary>
89     </member>
90     <member name="M:System.IO.DriveNotFoundException.#ctor">
91       <summary>Initializes a new instance of the <see cref="T:System.IO.DriveNotFoundException" /> class with its message string set to a system-supplied message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
92     </member>
93     <member name="M:System.IO.DriveNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
94       <summary>Initializes a new instance of the <see cref="T:System.IO.DriveNotFoundException" /> class with the specified serialization and context information.</summary>
95       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the serialized object data about the exception being thrown.</param>
96       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination of the exception being thrown.</param>
97     </member>
98     <member name="M:System.IO.DriveNotFoundException.#ctor(System.String)">
99       <summary>Initializes a new instance of the <see cref="T:System.IO.DriveNotFoundException" /> class with the specified message string and the HRESULT set to COR_E_DIRECTORYNOTFOUND.</summary>
100       <param name="message">A <see cref="T:System.String" /> object that describes the error. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
101     </member>
102     <member name="M:System.IO.DriveNotFoundException.#ctor(System.String,System.Exception)">
103       <summary>Initializes a new instance of the <see cref="T:System.IO.DriveNotFoundException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
104       <param name="message">The error message that explains the reason for the exception.</param>
105       <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
106     </member>
107     <member name="T:System.IO.DriveType">
108       <summary>Defines constants for drive types, including CDRom, Fixed, Network, NoRootDirectory, Ram, Removable, and Unknown.</summary>
109     </member>
110     <member name="F:System.IO.DriveType.CDRom">
111       <summary>The drive is an optical disc device, such as a CD or DVD-ROM.</summary>
112     </member>
113     <member name="F:System.IO.DriveType.Fixed">
114       <summary>The drive is a fixed disk.</summary>
115     </member>
116     <member name="F:System.IO.DriveType.Network">
117       <summary>The drive is a network drive.</summary>
118     </member>
119     <member name="F:System.IO.DriveType.NoRootDirectory">
120       <summary>The drive does not have a root directory.</summary>
121     </member>
122     <member name="F:System.IO.DriveType.Ram">
123       <summary>The drive is a RAM disk.</summary>
124     </member>
125     <member name="F:System.IO.DriveType.Removable">
126       <summary>The drive is a removable storage device, such as a USB flash drive.</summary>
127     </member>
128     <member name="F:System.IO.DriveType.Unknown">
129       <summary>The type of drive is unknown.</summary>
130     </member>
131   </members>
132 </doc>