Android.OS.StatFs Members

The members of Android.OS.StatFs are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct a new StatFs for looking at the stats of the filesystem at path.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
AvailableBlocksint.
[read-only]
AvailableBlocksLonglong. The number of blocks that are free on the file system and available to applications.
[read-only]
AvailableByteslong. The number of bytes that are free on the file system and available to applications.
[read-only]
BlockCountint.
[read-only]
BlockCountLonglong. The total number of blocks on the file system.
[read-only]
BlockSizeint.
[read-only]
BlockSizeLonglong. The size, in bytes, of a block on the file system.
[read-only]
FreeBlocksint.
[read-only]
FreeBlocksLonglong. The total number of blocks that are free on the file system, including reserved blocks (that are not available to normal applications).
[read-only]
FreeByteslong. The number of bytes that are free on the file system, including reserved blocks (that are not available to normal applications).
[read-only]
TotalByteslong. The total number of bytes supported by the file system.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Restat(string)
Perform a restat of the file system referenced by this object.