|
| Name | Description |
|---|
.gif) .gif) .gif) | Equals | Overloaded. Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object or Type. |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | FindInterfaces | Returns an array of Type objects representing a filtered list of interfaces implemented or inherited by the current Type. |
.gif) | FindMembers | Returns a filtered array of MemberInfo objects of the specified member type. |
.gif) .gif) .gif) | GetArrayRank | Gets the number of dimensions in an Array. |
.gif) .gif) .gif) | GetAttributeFlagsImpl | When overridden in a derived class, implements the Attributes property and gets a bitmask indicating the attributes associated with the Type. |
.gif) .gif) .gif) | GetConstructor | Overloaded. Gets a specific constructor of the current Type. |
.gif) .gif) .gif) | GetConstructorImpl | When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
.gif) .gif) .gif) | GetConstructors | Overloaded. Gets the constructors of the current Type. |
.gif) .gif) .gif) | GetCustomAttributes | Overloaded. When overridden in a derived class, returns all attributes applied to this member. |
.gif) .gif) .gif) | GetDefaultMembers | Searches for the members defined for the current Type whose DefaultMemberAttribute is set. |
.gif) .gif) .gif) | GetElementType | When overridden in a derived class, returns the Type of the object encompassed or referred to by the current array, pointer or reference type. |
.gif) .gif) .gif) | GetEvent | Overloaded. Gets a specific event declared or inherited by the current Type. |
.gif) .gif) .gif) | GetEvents | Overloaded. Gets the events that are declared or inherited by the current Type. |
.gif) .gif) .gif) | GetField | Overloaded. Gets a specific field of the current Type. |
.gif) .gif) .gif) | GetFields | Overloaded. Gets the fields of the current Type. |
.gif) | GetGenericArguments | Returns an array of Type objects that represent the type arguments of a generic type or the type parameters of a generic type definition. |
.gif) | GetGenericParameterConstraints | Returns an array of Type objects that represent the constraints on the current generic type parameter. |
.gif) | GetGenericTypeDefinition | Returns a Type object that represents a generic type definition from which the current generic type can be constructed. |
.gif) .gif) .gif) | GetHashCode | Returns the hash code for this instance. (Overrides Object..::.GetHashCode()()().) |
.gif) | GetInterface | Overloaded. Gets a specific interface implemented or inherited by the current Type. |
.gif) | GetInterfaceMap | Returns an interface mapping for the specified interface type. |
.gif) .gif) .gif) | GetInterfaces | When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type. |
.gif) .gif) .gif) | GetMember | Overloaded. Gets the specified members of the current Type. |
.gif) .gif) .gif) | GetMembers | Overloaded. Gets the members (properties, methods, fields, events, and so on) of the current Type. |
.gif) .gif) .gif) | GetMethod | Overloaded. Gets a specific method of the current Type. |
.gif) .gif) .gif) | GetMethodImpl | When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention. |
.gif) .gif) .gif) | GetMethods | Overloaded. Gets the methods of the current Type. |
.gif) .gif) .gif) | GetNestedType | Overloaded. Gets a specific type nested within the current Type. |
.gif) .gif) .gif) | GetNestedTypes | Overloaded. Gets the types nested within the current Type. |
.gif) .gif) .gif) | GetProperties | Overloaded. Gets the properties of the current Type. |
.gif) .gif) .gif) | GetProperty | Overloaded. Gets a specific property of the current Type. |
.gif) .gif) .gif) | GetPropertyImpl | When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
.gif) .gif) .gif) .gif) | GetType | Overloaded. Gets a Type object that represents the specified type. |
.gif) .gif) | GetTypeArray | Gets the types of the objects in the specified array. |
.gif) .gif) .gif) .gif) | GetTypeCode | Gets the underlying type code of the specified Type. |
.gif) .gif) .gif) | GetTypeFromCLSID | Overloaded. Gets the type associated with the specified class identifier (CLSID). |
.gif) .gif) .gif) .gif) | GetTypeFromHandle | Gets the type referenced by the specified type handle. |
.gif) .gif) .gif) | GetTypeFromProgID | Overloaded. Gets the type associated with the specified program identifier (ProgID). |
.gif) .gif) | GetTypeHandle | Gets the handle for the Type of a specified object. |
.gif) .gif) .gif) | HasElementTypeImpl | When overridden in a derived class, implements the HasElementType property and determines whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer, or is passed by reference. |
.gif) .gif) .gif) | InvokeMember | Overloaded. Invokes a specific member of the current Type. |
.gif) .gif) .gif) | IsArrayImpl | When overridden in a derived class, implements the IsArray property and determines whether the Type is an array. |
.gif) .gif) .gif) | IsAssignableFrom | Determines whether an instance of the current Type can be assigned from an instance of the specified Type. |
.gif) .gif) .gif) | IsByRefImpl | When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference. |
.gif) .gif) .gif) | IsCOMObjectImpl | When overridden in a derived class, implements the IsCOMObject property and determines whether the Type is a COM object. |
.gif) | IsContextfulImpl | Implements the IsContextful property and determines whether the Type can be hosted in a context. |
.gif) .gif) .gif) | IsDefined | When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member. (Inherited from MemberInfo.) |
.gif) .gif) .gif) | IsInstanceOfType | Determines whether the specified object is an instance of the current Type. |
.gif) | IsMarshalByRefImpl | Implements the IsMarshalByRef property and determines whether the Type is marshaled by reference. |
.gif) .gif) .gif) | IsPointerImpl | When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer. |
.gif) .gif) .gif) | IsPrimitiveImpl | When overridden in a derived class, implements the IsPrimitive property and determines whether the Type is one of the primitive types. |
.gif) .gif) .gif) | IsSubclassOf | Determines whether the class represented by the current Type derives from the class represented by the specified Type. |
.gif) .gif) .gif) | IsValueTypeImpl | Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface. |
.gif) | MakeArrayType | Overloaded. Returns a Type object that represents an array of the current type. |
.gif) | MakeByRefType | Returns a Type object that represents the current type when passed as a ref parameter (ByRef parameter in Visual Basic). |
.gif) .gif) .gif) | MakeGenericType | Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a Type object representing the resulting constructed type. |
.gif) | MakePointerType | Returns a Type object that represents a pointer to the current type. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) | ReflectionOnlyGetType | Gets the Type with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found. The type is loaded for reflection only, not for execution. |
.gif) .gif) .gif) | ToString | Returns a String representing the name of the current Type. (Overrides Object..::.ToString()()().) |