Search notes:

System.Reflection.TypeInfo (class)

Properties and Methods

AsType()
DeclaredConstructors
DeclaredEvents An IEnumerable returning System.Reflection.EventInfo objects
DeclaredFields An IEnumerable returning System.Reflection.FieldInfo objects
DeclaredMembers An IEnumerable returning System.Reflection.MemberInfo objects
DeclaredMethods An IEnumerable returning System.Reflection.MethodInfo objects
DeclaredNestedTypes An IEnumerable returning System.Reflection.TypeInfo objects
DeclaredProperties An IEnumerable returning System.Reflection.PropertyInfo objects
GenericTypeParameters An array of System.Type objects
GetDeclaredEvent()
GetDeclaredField()
GetDeclaredMethod()
GetDeclaredMethods()
GetDeclaredNestedType()
GetDeclaredProperty()
ImplementedInterfaces An IEnumerable returning System.Type objects
IsAssignableFrom()

See also

Using S.R.TypeInfo forces the assembly that contains the described type to be loaded. The base classs System.Type is more light weight and contains a reference to the type only
The typeof operator of C#.
The DefinedTypes property of System.Reflection.Assembly

Index