Contains information about the Android device's file system
Inheritance Hierarchy
RegawMOD.AndroidFileSystem
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The FileSystem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileSystem | Initializes a new instance of the FileSystem class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FileOrDirectory |
Gets a ListingType indicating is the requested location is a File or Directory
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetFilesAndDirectories | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RemountSystem |
Mounts connected Android device's file system as specified
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateMountPoints |
Fields
Name | Description | |
---|---|---|
![]() | device | |
![]() ![]() | IS_DIRECTORY | |
![]() ![]() | IS_FILE | |
![]() | systemMount |
Properties
Name | Description | |
---|---|---|
![]() | SystemMountInfo |
Gets the MountInfo containing information about the /system mount directory
|
See Also