Class StructStat
public class StructStat : JVMBridgeBase<StructStat>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<StructStat>StructStat
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<StructStat>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<StructStat>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<StructStat>.IsAssignableFrom(IJavaType)JVMBridgeBase<StructStat>.IsAssignableFrom<T>()JVMBridgeBase<StructStat>.Execute<T>(params T[])JVMBridgeBase<StructStat>.DynBridgeClazzJVMBridgeBase<StructStat>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
longarg1
longarg2
intarg3
longarg4
intarg5
intarg6
longarg7
longarg8
StructTimespecarg9
StructTimespecarg10
StructTimespecarg11
longarg12
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
longarg1
longarg2
intarg3
longarg4
intarg5
intarg6
longarg7
longarg8
longarg9
longarg10
longarg11
longarg12
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
st_atim
public StructTimespec st_atim { get; }
Property Value
st_atime
public long st_atime { get; }
Property Value
st_blksize
public long st_blksize { get; }
Property Value
st_blocks
public long st_blocks { get; }
Property Value
st_ctim
public StructTimespec st_ctim { get; }
Property Value
st_ctime
public long st_ctime { get; }
Property Value
st_dev
public long st_dev { get; }
Property Value
st_gid
public int st_gid { get; }
Property Value
st_ino
public long st_ino { get; }
Property Value
st_mode
public int st_mode { get; }
Property Value
st_mtim
public StructTimespec st_mtim { get; }
Property Value
st_mtime
public long st_mtime { get; }
Property Value
st_nlink
public long st_nlink { get; }
Property Value
st_rdev
public long st_rdev { get; }
Property Value
st_size
public long st_size { get; }
Property Value
st_uid
public int st_uid { get; }