StructStatVfs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an instance with the given field values.
[Android.Runtime.Register(".ctor", "(JJJJJJJJJJJ)V", "")]
public StructStatVfs (long f_bsize, long f_frsize, long f_blocks, long f_bfree, long f_bavail, long f_files, long f_ffree, long f_favail, long f_fsid, long f_flag, long f_namemax);
[<Android.Runtime.Register(".ctor", "(JJJJJJJJJJJ)V", "")>]
new Android.Systems.StructStatVfs : int64 * int64 * int64 * int64 * int64 * int64 * int64 * int64 * int64 * int64 * int64 -> Android.Systems.StructStatVfs
Parameters
- f_bsize
- Int64
- f_frsize
- Int64
- f_blocks
- Int64
- f_bfree
- Int64
- f_bavail
- Int64
- f_files
- Int64
- f_ffree
- Int64
- f_favail
- Int64
- f_fsid
- Int64
- f_flag
- Int64
- f_namemax
- Int64
- Attributes
Remarks
Constructs an instance with the given field values.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.