C# 클래스 WpfReflector.AppDomainInterface

파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
ResolveTypeName ( String typeName ) : Type

메소드 상세

GetAllNamesOfFieldsOfType() 공개 정적인 메소드

public static GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
superType System.Type
리턴 IEnumerable

GetAllNamesOfPropertiesOfType() 공개 정적인 메소드

public static GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
superType System.Type
리턴 IEnumerable

GetAllNamesOfSubtypesOfType() 공개 정적인 메소드

public static GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
superType System.Type
리턴 IEnumerable

ResolveTypeName() 공개 정적인 메소드

public static ResolveTypeName ( String typeName ) : Type
typeName String
리턴 System.Type