Table of Contents

Class StructStatVfs

Namespace
Android.System
Assembly
MASES.Netdroid.dll
public class StructStatVfs : JVMBridgeBase<StructStatVfs>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<StructStatVfs>
StructStatVfs
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<StructStatVfs>.IsAssignableFrom(IJavaType)
JVMBridgeBase<StructStatVfs>.IsAssignableFrom<T>()
JVMBridgeBase<StructStatVfs>.Execute<T>(params T[])
JVMBridgeBase<StructStatVfs>.DynBridgeClazz
JVMBridgeBase<StructStatVfs>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

StructStatVfs()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StructStatVfs()

StructStatVfs(long, long, long, long, long, long, long, long, long, long, long)

public StructStatVfs(long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7, long arg8, long arg9, long arg10)

Parameters

arg0 long

long

arg1 long

long

arg2 long

long

arg3 long

long

arg4 long

long

arg5 long

long

arg6 long

long

arg7 long

long

arg8 long

long

arg9 long

long

arg10 long

long

StructStatVfs(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public StructStatVfs(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

f_bavail

public long f_bavail { get; }

Property Value

long

f_bfree

public long f_bfree { get; }

Property Value

long

f_blocks

public long f_blocks { get; }

Property Value

long

f_bsize

public long f_bsize { get; }

Property Value

long

f_favail

public long f_favail { get; }

Property Value

long

f_ffree

public long f_ffree { get; }

Property Value

long

f_files

public long f_files { get; }

Property Value

long

f_flag

public long f_flag { get; }

Property Value

long

f_frsize

public long f_frsize { get; }

Property Value

long

f_fsid

public long f_fsid { get; }

Property Value

long

f_namemax

public long f_namemax { get; }

Property Value

long