35 object obj =
info.GetValue(
"TypeObj", type);
57 info.AddValue(
"TypeObj", context, type);
316 if (assembly !=
null)
320 string text2 =
"Error loading '" +
"Assembly qualifed type name is required" +
"'";
class f__AnonymousType0<< Count > j__TPar
static Assembly ReflectionOnlyLoad(string assemblyString)
static bool IsPrimitive(RuntimeType type)
static bool IsComObject(RuntimeType type, bool isGenericCOM)
static IntPtr GetGenericParameterInfo(RuntimeType type)
static bool IsPointer(RuntimeType type)
static TypeAttributes GetAttributes(RuntimeType type)
void GetObjectData(SerializationInfo info, StreamingContext context)
static bool IsInstanceOfType(RuntimeType type, object o)
static bool IsSzArray(RuntimeType type)
static bool IsInterface(RuntimeType type)
static bool CanCastTo(RuntimeType type, RuntimeType target)
override int GetHashCode()
static RuntimeModule GetModule(RuntimeType type)
override bool Equals(object obj)
static RuntimeType internal_from_name(string name, StackCrawlMark stackMark, Assembly callerAssembly, bool throwOnError, bool ignoreCase, bool reflectionOnly)
static bool is_subclass_of(IntPtr childType, IntPtr baseType)
static Type GetGenericTypeDefinition(RuntimeType type)
RuntimeTypeHandle(SerializationInfo info, StreamingContext context)
RuntimeTypeHandle(RuntimeType type)
static int GetToken(RuntimeType type)
static bool HasInstantiation(RuntimeType type)
static bool IsByRef(RuntimeType type)
static bool IsSubclassOf(RuntimeType childType, RuntimeType baseType)
static bool IsGenericTypeDefinition(RuntimeType type)
static RuntimeAssembly GetAssembly(RuntimeType type)
static bool HasReferences(RuntimeType type)
static RuntimeType GetElementType(RuntimeType type)
static bool type_is_assignable_from(Type a, Type b)
static Type GetGenericTypeDefinition_impl(RuntimeType type)
static bool IsGenericVariable(RuntimeType type)
static bool IsEquivalentTo(RuntimeType rtType1, RuntimeType rtType2)
static bool HasElementType(RuntimeType type)
static bool IsContextful(RuntimeType type)
RuntimeTypeHandle(IntPtr val)
static bool IsArray(RuntimeType type)
static CorElementType GetCorElementType(RuntimeType type)
static int GetMetadataToken(RuntimeType type)
static RuntimeType GetBaseType(RuntimeType type)
static bool IsComObject(RuntimeType type)
static int GetArrayRank(RuntimeType type)
static RuntimeType GetTypeByName(string typeName, bool throwOnError, bool ignoreCase, bool reflectionOnly, StackCrawlMark stackMark, bool loadTypeFromPartialName)