C# Class android.os.StatFs

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
StatFs ( java arg0 )
getAvailableBlocks ( ) : int
getBlockCount ( ) : int
getBlockSize ( ) : int
getFreeBlocks ( ) : int
restat ( java arg0 ) : void

Protected Methods

Method Description
StatFs ( global @__env )
finalize ( ) : void

Private Methods

Method Description
StatFs ( )

Method Details

StatFs() protected method

protected StatFs ( global @__env )
@__env global

StatFs() public method

public StatFs ( java arg0 )
arg0 java

finalize() protected method

protected finalize ( ) : void
return void

getAvailableBlocks() public method

public getAvailableBlocks ( ) : int
return int

getBlockCount() public method

public getBlockCount ( ) : int
return int

getBlockSize() public method

public getBlockSize ( ) : int
return int

getFreeBlocks() public method

public getFreeBlocks ( ) : int
return int

restat() public method

public restat ( java arg0 ) : void
arg0 java
return void