C# 클래스 Machine.Specifications.Utility.ReflectionCompatExtensions

파일 보기 프로젝트 열기: machine/machine.specifications

공개 메소드들

메소드 설명
AsType ( this memberInfo ) : Type
IsType ( this memberInfo ) : bool
TryGetLocation ( this assembly ) : string

메소드 상세

AsType() 공개 정적인 메소드

public static AsType ( this memberInfo ) : Type
memberInfo this
리턴 System.Type

IsType() 공개 정적인 메소드

public static IsType ( this memberInfo ) : bool
memberInfo this
리턴 bool

TryGetLocation() 공개 정적인 메소드

public static TryGetLocation ( this assembly ) : string
assembly this
리턴 string