StorageContainer Members
The following tables list the members exposed by the StorageContainer type.
Public Properties
Name | Description | |
---|---|---|
![]() |
DisplayName | Gets the name of the title. |
![]() |
IsDisposed | Gets a value that indicates whether the object is disposed. |
![]() |
StorageDevice | Gets the StorageDevice that holds the files in this container. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CreateDirectory | Creates a new directory in the StorageContainer scope. |
![]() |
CreateFile | Creates a file at a specified path in the StorageContainer. |
![]() |
DeleteDirectory | Deletes a directory in the StorageContainer scope. |
![]() |
DeleteFile | Deletes a file in the StorageContainer. |
![]() |
DirectoryExists | Determines whether the specified path refers to an existing directory in the StorageContainer. |
![]() |
Dispose | Immediately releases the unmanaged resources used by this object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
FileExists | Determines whether the specified path refers to an existing file in the StorageContainer. |
![]() |
GetDirectoryNames | Overloaded. Enumerates the directories in the root of a StorageContainer. |
![]() |
GetFileNames | Overloaded. Enumerates files in a StorageContainer. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
OpenFile | Overloaded. Opens a file at a specified path in the StorageContainer. |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
![]() |
Disposing | Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime. |
See Also
Concepts
Reference
StorageContainer Class
Microsoft.Xna.Framework.Storage Namespace