7 types derived from TypeInfo
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
32sealed public class EnumBuilder : TypeInfo, _EnumBuilder
system\reflection\emit\generictypeparameterbuilder.cs (1)
19public sealed class GenericTypeParameterBuilder: TypeInfo
system\reflection\emit\symboltype.cs (1)
26internal sealed class SymbolType : TypeInfo
system\reflection\emit\typebuilder.cs (1)
44public sealed class TypeBuilder : TypeInfo, _TypeBuilder
system\reflection\emit\typebuilderinstantiation.cs (1)
17internal sealed class TypeBuilderInstantiation : TypeInfo
system\reflection\typedelegator.cs (1)
20public class TypeDelegator : TypeInfo
system\rttype.cs (1)
87System.Reflection.TypeInfo, ISerializable, ICloneable
26 references to TypeInfo
mscorlib (25)
system\reflection\assembly.cs (5)
776public virtual IEnumerable<TypeInfo> DefinedTypes 782TypeInfo[] typeinfos = new TypeInfo[types.Length]; 787TypeInfo typeinfo = types[i].GetTypeInfo(); 1520public override IEnumerable<TypeInfo> DefinedTypes
system\reflection\emit\enumbuilder.cs (2)
34public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){ 54public TypeInfo CreateTypeInfo()
system\reflection\emit\generictypeparameterbuilder.cs (1)
21public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){
system\reflection\emit\symboltype.cs (1)
28public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){
system\reflection\emit\typebuilder.cs (3)
46public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){ 2263public TypeInfo CreateTypeInfo() 2290private TypeInfo CreateTypeNoLock()
system\reflection\emit\typebuilderinstantiation.cs (1)
19public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){
system\reflection\introspectionextensions.cs (1)
24 public static TypeInfo GetTypeInfo(this Type type){
system\reflection\ireflectabletype.cs (1)
20TypeInfo GetTypeInfo();
system\reflection\reflectioncontext.cs (3)
28public abstract TypeInfo MapType(TypeInfo type); 30public virtual TypeInfo GetTypeForObject(object value)
system\reflection\RuntimeReflectionExtensions.cs (1)
70public static InterfaceMapping GetRuntimeInterfaceMap(this TypeInfo typeInfo, Type interfaceType)
system\reflection\typedelegator.cs (1)
22public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){
system\reflection\typeinfo.cs (4)
34TypeInfo IReflectableType.GetTypeInfo(){ 54public virtual bool IsAssignableFrom(TypeInfo typeInfo) 106public virtual System.Reflection.TypeInfo GetDeclaredNestedType(String name) 165public virtual IEnumerable<System.Reflection.TypeInfo> DeclaredNestedTypes
system\rttype.cs (1)
3705public override bool IsAssignableFrom(System.Reflection.TypeInfo typeInfo){
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
1056TypeInfo currentInfo = currentType.GetTypeInfo();