C# 클래스 YAMP.TypeExtensions

파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Cast ( this to, Object instance ) : Object
IsCastableTo ( this from, Type to ) : bool
SupportsCastFrom ( this from, Object instance ) : System.Boolean

메소드 상세

Cast() 공개 정적인 메소드

public static Cast ( this to, Object instance ) : Object
to this
instance Object
리턴 Object

IsCastableTo() 공개 정적인 메소드

public static IsCastableTo ( this from, Type to ) : bool
from this
to System.Type
리턴 bool

SupportsCastFrom() 공개 정적인 메소드

public static SupportsCastFrom ( this from, Object instance ) : System.Boolean
from this
instance Object
리턴 System.Boolean