C# Class Shared.TypeUtils

Mostra file Open project: jbouzaglou/PetPigeonsESB

Public Methods

Method Description
IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
Resolve ( string fullName ) : Type

Method Details

IsSubclassOfRawGeneric() public static method

public static IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
generic System.Type
toCheck System.Type
actualGeneric System.Type
return bool

Resolve() public static method

public static Resolve ( string fullName ) : Type
fullName string
return System.Type