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