Class Field
.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html
public class Field : AccessibleObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAnnotatedElement
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AnnotatedElement>Field
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<AnnotatedElement>.IsAssignableFrom(IJavaType)JVMBridgeBase<AnnotatedElement>.IsAssignableFrom<T>()JVMBridgeBase<AnnotatedElement>.Execute<T>(params T[])JVMBridgeBase<AnnotatedElement>.DynBridgeClazzJVMBridgeBase<AnnotatedElement>.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
Field()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Field()
Field(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 Field(params object[] args)
Parameters
args
object[]
Properties
AnnotatedType
public AnnotatedType AnnotatedType { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DeclaringClass
public Class DeclaringClass { get; }
Property Value
GenericString
Returns a string describing this Field, including its generic type.
public string GenericString { get; }
Property Value
GenericType
public Type GenericType { 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
Modifiers
public int Modifiers { get; }
Property Value
Name
public String Name { get; }
Property Value
Type
public Class Type { get; }
Property Value
Methods
Get(object)
public object Get(object arg0)
Parameters
Returns
Exceptions
GetBoolean(object)
public bool GetBoolean(object arg0)
Parameters
Returns
Exceptions
GetByte(object)
public byte GetByte(object arg0)
Parameters
Returns
Exceptions
GetChar(object)
public char GetChar(object arg0)
Parameters
Returns
Exceptions
GetDouble(object)
public double GetDouble(object arg0)
Parameters
Returns
Exceptions
GetFloat(object)
public float GetFloat(object arg0)
Parameters
Returns
Exceptions
GetInt(object)
public int GetInt(object arg0)
Parameters
Returns
Exceptions
GetLong(object)
public long GetLong(object arg0)
Parameters
Returns
Exceptions
GetShort(object)
public short GetShort(object arg0)
Parameters
Returns
Exceptions
IsEnumConstant()
public bool IsEnumConstant()
Returns
IsSynthetic()
public bool IsSynthetic()
Returns
Set(object, object)
public void Set(object arg0, object arg1)
Parameters
Exceptions
SetBoolean(object, bool)
public void SetBoolean(object arg0, bool arg1)
Parameters
Exceptions
SetByte(object, byte)
public void SetByte(object arg0, byte arg1)
Parameters
Exceptions
SetChar(object, char)
public void SetChar(object arg0, char arg1)
Parameters
Exceptions
SetDouble(object, double)
public void SetDouble(object arg0, double arg1)
Parameters
Exceptions
SetFloat(object, float)
public void SetFloat(object arg0, float arg1)
Parameters
Exceptions
SetInt(object, int)
public void SetInt(object arg0, int arg1)
Parameters
Exceptions
SetLong(object, long)
public void SetLong(object arg0, long arg1)
Parameters
Exceptions
SetShort(object, short)
public void SetShort(object arg0, short arg1)
Parameters
Exceptions
ToGenericString()
public String ToGenericString()
Returns
Operators
implicit operator Member(Field)
public static implicit operator Member(Field t)
Parameters
t
Field