C# Class WpfReflector.AppDomainInterface

Mostra file Open project: Slesa/Playground

Public Methods

Method Description
GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
ResolveTypeName ( String typeName ) : Type

Method Details

GetAllNamesOfFieldsOfType() public static method

public static GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
superType System.Type
return IEnumerable

GetAllNamesOfPropertiesOfType() public static method

public static GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
superType System.Type
return IEnumerable

GetAllNamesOfSubtypesOfType() public static method

public static GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
superType System.Type
return IEnumerable

ResolveTypeName() public static method

public static ResolveTypeName ( String typeName ) : Type
typeName String
return System.Type