|
static TypeAttributes | GetAttributes (RuntimeType type) |
|
static int | GetToken (RuntimeType type) |
|
static Type | GetGenericTypeDefinition (RuntimeType type) |
|
static bool | IsPrimitive (RuntimeType type) |
|
static bool | IsByRef (RuntimeType type) |
|
static bool | IsPointer (RuntimeType type) |
|
static bool | IsArray (RuntimeType type) |
|
static bool | IsSzArray (RuntimeType type) |
|
static bool | HasElementType (RuntimeType type) |
|
static CorElementType | GetCorElementType (RuntimeType type) |
|
static bool | HasInstantiation (RuntimeType type) |
|
static bool | IsComObject (RuntimeType type) |
|
static bool | IsInstanceOfType (RuntimeType type, object o) |
|
static bool | HasReferences (RuntimeType type) |
|
static bool | IsComObject (RuntimeType type, bool isGenericCOM) |
|
static bool | IsContextful (RuntimeType type) |
|
static bool | IsEquivalentTo (RuntimeType rtType1, RuntimeType rtType2) |
|
static bool | IsInterface (RuntimeType type) |
|
static int | GetArrayRank (RuntimeType type) |
|
static RuntimeAssembly | GetAssembly (RuntimeType type) |
|
static RuntimeType | GetElementType (RuntimeType type) |
|
static RuntimeModule | GetModule (RuntimeType type) |
|
static bool | IsGenericVariable (RuntimeType type) |
|
static RuntimeType | GetBaseType (RuntimeType type) |
|
static bool | CanCastTo (RuntimeType type, RuntimeType target) |
|
static bool | IsGenericTypeDefinition (RuntimeType type) |
|
static IntPtr | GetGenericParameterInfo (RuntimeType type) |
|
static bool | IsSubclassOf (RuntimeType childType, RuntimeType baseType) |
|
static bool | is_subclass_of (IntPtr childType, IntPtr baseType) |
|
static RuntimeType | GetTypeByName (string typeName, bool throwOnError, bool ignoreCase, bool reflectionOnly, StackCrawlMark stackMark, bool loadTypeFromPartialName) |
|
Definition at line 14 of file RuntimeTypeHandle.cs.