IDeclared |
The IDeclaredJavaType type exposes the following members.
Name | Description | |
---|---|---|
IsArray | if the IJavaType is an array
(Inherited from IJavaType) | |
IsPrimitiveConvertible | if the IJavaType is primitive convertible, i.e. it is bool, byte, ... and string
(Inherited from IJavaType) | |
IsRawPrimitive | if the IJavaType is a raw primitive type, i.e. it is boolean, byte, and so on
(Inherited from IJavaType) | |
JniClassName |
The name in the JNI form
(Inherited from IJavaType) | |
Name |
The type name
(Inherited from IJavaType) | |
SuperClass |
The superclass IJavaType of this IJavaType (Inherited from IJavaType) |
Name | Description | |
---|---|---|
DeclaredInvoke(String, Object) | Invokes a static member on this IJavaType | |
DeclaredInvokeTReturn(String, Object) | Invokes a static member on this IJavaType | |
DeclaredNew | Creates a new object of this IJavaType | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
GetDeclaredField | Gets a static field | |
GetField(String) |
Gets a static field
(Inherited from IJavaType) | |
Invoke(String, Object) |
Invokes a static member on this IJavaType using methodName and search criteria based on args (Inherited from IJavaType) | |
InvokeWithSignature(String, String, Object) |
Invokes a static member on this IJavaType using methodName and search criteria based on signature (Inherited from IJavaType) | |
New |
Creates a new object of this IJavaType with search criteria based on args (Inherited from IJavaType) | |
NewWithSignature |
Creates a new object of this IJavaType with search criteria based on signature (Inherited from IJavaType) | |
SetDeclaredField | Sets a static field | |
SetField |
Sets a static field
(Inherited from IJavaType) |
Name | Description | |
---|---|---|
IsPrimitiveConvertible |
Returns true if the class represents a primitive type
(Defined by JCOBridgeExtensions) | |
IsRawPrimitive |
Returns true if the class represents a primitive type
(Defined by JCOBridgeExtensions) |