![]() | IJava |
The IJavaType type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsArray | if the IJavaType is an array |
![]() | IsPrimitiveConvertible | if the IJavaType is primitive convertible, i.e. it is bool, byte, ... and string |
![]() | IsRawPrimitive | if the IJavaType is a raw primitive type, i.e. it is boolean, byte, and so on |
![]() | JniClassName | The name in the JNI form |
![]() | Name | The type name |
![]() | SuperClass | The superclass IJavaType of this IJavaType |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | GetField(String) | Gets a static field |
![]() | GetFieldTReturn(String) | Gets a static field |
![]() | Invoke(String, Object) | Invokes a static member on this IJavaType using methodName and search criteria based on args |
![]() | InvokeTReturn(String, Object) | Invokes a static member on this IJavaType using methodName and search criteria based on args |
![]() | InvokeWithSignature(String, String, Object) | Invokes a static member on this IJavaType using methodName and search criteria based on signature |
![]() | InvokeWithSignatureTReturn(String, String, Object) | Invokes a static member on this IJavaType using methodName and search criteria based on signature |
![]() | New | Creates a new object of this IJavaType with search criteria based on args |
![]() | NewWithSignature | Creates a new object of this IJavaType with search criteria based on signature |
![]() | SetField | Sets a static field |
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) |