All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static DotNetNativeTypes.ClrType |
fromClrObject(DotNetNativeTypes.ClrObject clrObject) |
static DotNetNativeTypes.ClrAssembly |
getAssembly(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
getBaseType(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
getElementType(DotNetNativeTypes.ClrType type) |
static java.lang.String |
getEnumName(DotNetNativeTypes.ClrType type,
DotNetNativeTypes.ClrObject value) |
static java.lang.String[] |
getEnumNames(DotNetNativeTypes.ClrType type) |
static int[] |
getEnumValues(DotNetNativeTypes.ClrType type) |
static java.lang.String |
getFullName(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrTypeArray |
getGenericArguments(DotNetNativeTypes.ClrType type) |
static java.lang.String |
getName(DotNetNativeTypes.ClrType type) |
static java.lang.String |
getNamespace(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
getObjectType(DotNetNativeTypes.ClrObject clrObject) |
static DotNetNativeTypes.ClrType |
getType(java.lang.String typeName) |
static DotNetNativeTypes.ClrType |
getType(java.lang.String typeName,
boolean throwOnError) |
static DotNetNativeTypes.ClrType |
getType(java.lang.String typeName,
boolean throwOnError,
boolean ignoreCase) |
static DotNetNativeTypes.ClrObject |
invokeMember(DotNetNativeTypes.ClrType type,
java.lang.String name,
java.util.Set<BindingFlags> invokeAttrs,
DotNetNativeTypes.ClrObject target,
DotNetNativeTypes.ClrObjectArray args) |
static java.lang.Object |
invokeMember(DotNetNativeTypes.ClrType type,
java.lang.String name,
java.util.Set<BindingFlags> invokeAttrs,
DotNetNativeTypes.ClrObject target,
java.lang.Object[] args) |
static boolean |
isArray(DotNetNativeTypes.ClrType type) |
static boolean |
isAssignableFrom(DotNetNativeTypes.ClrType type,
DotNetNativeTypes.ClrType compareType) |
static boolean |
isByRef(DotNetNativeTypes.ClrType type) |
static boolean |
isEnum(DotNetNativeTypes.ClrType type) |
static boolean |
isGenericType(DotNetNativeTypes.ClrType type) |
static boolean |
isInstanceOfType(DotNetNativeTypes.ClrType type,
DotNetNativeTypes.ClrObject objectInstance) |
static boolean |
isPrimitive(DotNetNativeTypes.ClrType type) |
static boolean |
isPublic(DotNetNativeTypes.ClrType type) |
static boolean |
isSubclassOf(DotNetNativeTypes.ClrType type,
DotNetNativeTypes.ClrType compareType) |
static boolean |
isValueType(DotNetNativeTypes.ClrType type) |
static boolean |
isVisible(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
makeArrayType(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
makeByRefType(DotNetNativeTypes.ClrType type) |
static DotNetNativeTypes.ClrType |
makeGenericType(DotNetNativeTypes.ClrType type,
java.lang.String typeArgumentNames) |
static DotNetNativeTypes.ClrObject |
toClrObject(DotNetNativeTypes.ClrType type) |