C# 클래스 Zetbox.API.ImplementationType

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToInterfaceType ( ) : InterfaceType

Computes the corresponding InterfaceType

ToString ( ) : string
operator ( ) : bool

보호된 메소드들

메소드 설명
ImplementationType ( Type type, InterfaceType iftFactory, IImplementationTypeChecker implTypeChecker ) : System

Wrap a given ImplementationType

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ImplementationType() 보호된 메소드

Wrap a given ImplementationType
if doesn't /// fulfill all constraints if is null
protected ImplementationType ( Type type, InterfaceType iftFactory, IImplementationTypeChecker implTypeChecker ) : System
type System.Type A valid ImplementationType
iftFactory InterfaceType
implTypeChecker IImplementationTypeChecker
리턴 System

ToInterfaceType() 공개 추상적인 메소드

Computes the corresponding InterfaceType
public abstract ToInterfaceType ( ) : InterfaceType
리턴 InterfaceType

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool