C# 클래스 StatLight.Client.Harness.Hosts.ReflectionInfoHelper

파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
ClassNameIncludingParentsIfNested ( this type ) : string
FullName ( this methodInfo ) : string
HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void

메소드 상세

ClassNameIncludingParentsIfNested() 공개 정적인 메소드

public static ClassNameIncludingParentsIfNested ( this type ) : string
type this
리턴 string

FullName() 공개 정적인 메소드

public static FullName ( this methodInfo ) : string
methodInfo this
리턴 string

HandleReflectionTypeLoadException() 공개 정적인 메소드

public static HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void
rfex System.Reflection.ReflectionTypeLoadException
리턴 void