Type Summary

						public abstract class Type : MemberInfo, IReflect
 {
   // Constructors
      protected Type ();

   // Fields
      public static readonly char Delimiter = '.';
   CF
						public static readonly Type[] EmptyTypes = new Type[0];
MS CF
						public static readonly MemberFilter FilterAttribute;
MS CF
						public static readonly MemberFilter FilterName;
MS CF
						public static readonly MemberFilter FilterNameIgnoreCase;
      public static readonly object Missing = Missing.Value;

   // Properties
      public abstract Assembly Assembly { get; }
   CF
						public abstract string AssemblyQualifiedName { get; }
      public TypeAttributes Attributes { get; }
      public abstract Type BaseType { get; }
   MS
						public override Type DeclaringType { get; }
      public static Binder DefaultBinder { get; }
      public abstract string ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.