C# Class java.lang.reflect.Field

Inheritance: global::java.lang.reflect.AccessibleObject, global::java.lang.reflect.Member
Mostra file Open project: Mazrick/jni4net Class Usage Examples

Private Properties

Property Type Description
InitJNI void
get global::java.lang.Object
getBoolean bool
getByte byte
getChar char
getDeclaringClass global::java.lang.Class
getDouble double
getFloat float
getGenericType global::java.lang.reflect.Type
getInt int
getLong long
getModifiers int
getName global::java.lang.String
getShort short
getType global::java.lang.Class
isEnumConstant bool
isSynthetic bool
set void
setBoolean void
setByte void
setChar void
setDouble void
setFloat void
setInt void
setLong void
setShort void
toGenericString global::java.lang.String

Public Methods

Method Description
GetMethodId ( ) : FieldId
GetSignature ( ) : string

Protected Methods

Method Description
Field ( global @__env )

Private Methods

Method Description
InitJNI ( global @__env, java @__class ) : void
get ( global par0 ) : global::java.lang.Object
getBoolean ( global par0 ) : bool
getByte ( global par0 ) : byte
getChar ( global par0 ) : char
getDeclaringClass ( ) : global::java.lang.Class
getDouble ( global par0 ) : double
getFloat ( global par0 ) : float
getGenericType ( ) : global::java.lang.reflect.Type
getInt ( global par0 ) : int
getLong ( global par0 ) : long
getModifiers ( ) : int
getName ( ) : global::java.lang.String
getShort ( global par0 ) : short
getType ( ) : global::java.lang.Class
isEnumConstant ( ) : bool
isSynthetic ( ) : bool
set ( global par0, global par1 ) : void
setBoolean ( global par0, bool par1 ) : void
setByte ( global par0, byte par1 ) : void
setChar ( global par0, char par1 ) : void
setDouble ( global par0, double par1 ) : void
setFloat ( global par0, float par1 ) : void
setInt ( global par0, int par1 ) : void
setLong ( global par0, long par1 ) : void
setShort ( global par0, short par1 ) : void
toGenericString ( ) : global::java.lang.String

Method Details

Field() protected method

protected Field ( global @__env )
@__env global

GetMethodId() public method

public GetMethodId ( ) : FieldId
return FieldId

GetSignature() public method

public GetSignature ( ) : string
return string