C# Class Zetbox.API.BaseInterfaceTypeChecker

Inheritance: BaseTypeChecker, IInterfaceTypeChecker
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
BaseInterfaceTypeChecker ( Func implTypeCheckersFactory ) : System
IsInterfaceType ( Type type ) : bool

Protected Methods

Method Description
GetAssembly ( ) : Assembly

Method Details

BaseInterfaceTypeChecker() public method

public BaseInterfaceTypeChecker ( Func implTypeCheckersFactory ) : System
implTypeCheckersFactory Func
return System

GetAssembly() protected abstract method

protected abstract GetAssembly ( ) : Assembly
return System.Reflection.Assembly

IsInterfaceType() public method

public IsInterfaceType ( Type type ) : bool
type System.Type
return bool