StorageDevice Members
The following tables list the members exposed by the StorageDevice type.
Public Properties
Name | Description | |
---|---|---|
FreeSpace | Gets the amount of free space on the device. | |
IsConnected | Gets whether the device is connected. | |
TotalSpace | Gets the total amount of space on the device. |
Public Methods
Name | Description | |
---|---|---|
BeginOpenContainer | Begins the process for opening a StorageContainer containing any files for the specified title. | |
BeginShowSelector | Overloaded. Overloaded methods for showing the storage device selector asynchronously. | |
DeleteContainer | Deletes a storage container without opening it. | |
EndOpenContainer | Ends the process for opening a StorageContainer. | |
EndShowSelector | Ends the display of the storage selector user interface. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
DeviceChanged | Occurs when a device is removed or inserted. |
See Also
Concepts
Reference
StorageDevice Class
Microsoft.Xna.Framework.Storage Namespace