C# Class Zetbox.API.BaseInterfaceTypeChecker

Inheritance: BaseTypeChecker, IInterfaceTypeChecker
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
BaseInterfaceTypeChecker ( Func implTypeCheckersFactory ) : System
IsInterfaceType ( Type type ) : bool

Méthodes protégées

Méthode Description
GetAssembly ( ) : Assembly

Method Details

BaseInterfaceTypeChecker() public méthode

public BaseInterfaceTypeChecker ( Func implTypeCheckersFactory ) : System
implTypeCheckersFactory Func
Résultat System

GetAssembly() protected abstract méthode

protected abstract GetAssembly ( ) : Assembly
Résultat System.Reflection.Assembly

IsInterfaceType() public méthode

public IsInterfaceType ( Type type ) : bool
type System.Type
Résultat bool