Click or drag to resize

Extensions Methods

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberActualType
Returns the actual type of source. If source denotes a nullable type, the underlying type is returned. Otherwise, source is returned.
Public methodStatic memberCompareTo
Compares the two values and returns an integer that indicates whether the first value is less than, equal to, or greater than the second value.
Public methodStatic memberEquals
Returns a value indicating whether both values represent the same value.
Public methodStatic memberGetBaseClasses
Gets all the base classes extended or inherited by the current Type.
Public methodStatic memberGetBaseTypes
Gets all the base types (base classes and interfaces) extended, implemented or inherited by the current Type.
Public methodStatic memberGetDerivedTypes(Type)
Gets the types that derive from source and are available in the loaded assemblies. If this type has been evaluated before, the previous results are returned regardless of any assembly load or unload event.
Public methodStatic memberGetDerivedTypes(Type, Boolean)
Gets the types that derive from source and are available in the loaded assemblies.
Public methodStatic memberImplements
Determines if the source implements the specified base type.
Public methodStatic memberIsNullable
Determines if the specified type actually a nullable type.
Top
See Also