C# 클래스 EzBus.Core.Utils.TypeExtensions

파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
CreateGenericList ( this type ) : IList
CreateInstance ( this t ) : object
GetAssemblyName ( this obj ) : string
IsClass ( this type ) : bool
IsCollection ( this type ) : bool
IsLocal ( this t ) : bool
IsValueType ( this type ) : bool

메소드 상세

CreateGenericList() 공개 정적인 메소드

public static CreateGenericList ( this type ) : IList
type this
리턴 IList

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( this t ) : object
t this
리턴 object

GetAssemblyName() 공개 정적인 메소드

public static GetAssemblyName ( this obj ) : string
obj this
리턴 string

IsClass() 공개 정적인 메소드

public static IsClass ( this type ) : bool
type this
리턴 bool

IsCollection() 공개 정적인 메소드

public static IsCollection ( this type ) : bool
type this
리턴 bool

IsLocal() 공개 정적인 메소드

public static IsLocal ( this t ) : bool
t this
리턴 bool

IsValueType() 공개 정적인 메소드

public static IsValueType ( this type ) : bool
type this
리턴 bool