Table of Contents

Class StructStat

Namespace
Android.System
Assembly
MASES.Netdroid.dll
public class StructStat : JVMBridgeBase<StructStat>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<StructStat>
StructStat
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<StructStat>.IsAssignableFrom(IJavaType)
JVMBridgeBase<StructStat>.IsAssignableFrom<T>()
JVMBridgeBase<StructStat>.Execute<T>(params T[])
JVMBridgeBase<StructStat>.DynBridgeClazz
JVMBridgeBase<StructStat>.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

StructStat()

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

public StructStat()

StructStat(long, long, int, long, int, int, long, long, StructTimespec, StructTimespec, StructTimespec, long, long)

public StructStat(long arg0, long arg1, int arg2, long arg3, int arg4, int arg5, long arg6, long arg7, StructTimespec arg8, StructTimespec arg9, StructTimespec arg10, long arg11, long arg12)

Parameters

arg0 long

long

arg1 long

long

arg2 int

int

arg3 long

long

arg4 int

int

arg5 int

int

arg6 long

long

arg7 long

long

arg8 StructTimespec

StructTimespec

arg9 StructTimespec

StructTimespec

arg10 StructTimespec

StructTimespec

arg11 long

long

arg12 long

long

StructStat(long, long, int, long, int, int, long, long, long, long, long, long, long)

public StructStat(long arg0, long arg1, int arg2, long arg3, int arg4, int arg5, long arg6, long arg7, long arg8, long arg9, long arg10, long arg11, long arg12)

Parameters

arg0 long

long

arg1 long

long

arg2 int

int

arg3 long

long

arg4 int

int

arg5 int

int

arg6 long

long

arg7 long

long

arg8 long

long

arg9 long

long

arg10 long

long

arg11 long

long

arg12 long

long

StructStat(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 StructStat(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

st_atim

public StructTimespec st_atim { get; }

Property Value

StructTimespec

st_atime

public long st_atime { get; }

Property Value

long

st_blksize

public long st_blksize { get; }

Property Value

long

st_blocks

public long st_blocks { get; }

Property Value

long

st_ctim

public StructTimespec st_ctim { get; }

Property Value

StructTimespec

st_ctime

public long st_ctime { get; }

Property Value

long

st_dev

public long st_dev { get; }

Property Value

long

st_gid

public int st_gid { get; }

Property Value

int

st_ino

public long st_ino { get; }

Property Value

long

st_mode

public int st_mode { get; }

Property Value

int

st_mtim

public StructTimespec st_mtim { get; }

Property Value

StructTimespec

st_mtime

public long st_mtime { get; }

Property Value

long
public long st_nlink { get; }

Property Value

long

st_rdev

public long st_rdev { get; }

Property Value

long

st_size

public long st_size { get; }

Property Value

long

st_uid

public int st_uid { get; }

Property Value

int