FileSystem Class AndroidLib - Beatsleigher Edition
Contains information about the Android device's file system
Inheritance Hierarchy

SystemObject
  RegawMOD.AndroidFileSystem

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public class FileSystem

The FileSystem type exposes the following members.

Constructors

  NameDescription
Protected methodFileSystem
Initializes a new instance of the FileSystem class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFileOrDirectory
Gets a ListingType indicating is the requested location is a File or Directory
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFilesAndDirectories
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleRemountSystem
Mounts connected Android device's file system as specified
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Private methodUpdateMountPoints
Top
Fields

  NameDescription
Private fielddevice
Private fieldStatic memberIS_DIRECTORY
Private fieldStatic memberIS_FILE
Private fieldsystemMount
Top
Properties

  NameDescription
Public propertySystemMountInfo
Gets the MountInfo containing information about the /system mount directory
Top
See Also

Reference