C# Class Shared.TypeUtils

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

Méthode Description
IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
Resolve ( string fullName ) : Type

Method Details

IsSubclassOfRawGeneric() public static méthode

public static IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
generic System.Type
toCheck System.Type
actualGeneric System.Type
Résultat bool

Resolve() public static méthode

public static Resolve ( string fullName ) : Type
fullName string
Résultat System.Type