Wrench.TypeData Class Reference

Detailed Description

Provides methods for dealing with types across platforms.

Static Public Member Functions

static bool IsSubclassOf (Type toCheck, Type classOf)
 
static Type[] GenericArguments (Type forType)
 Gets the set of generic parameters for the given generic type. More...
 

Member Function Documentation

static Type [] Wrench.TypeData.GenericArguments ( Type  forType)
inlinestatic

Gets the set of generic parameters for the given generic type.

static bool Wrench.TypeData.IsSubclassOf ( Type  toCheck,
Type  classOf 
)
inlinestatic