C# Class WpfReflector.AppDomainInterface

Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
ResolveTypeName ( String typeName ) : Type

Method Details

GetAllNamesOfFieldsOfType() public static méthode

public static GetAllNamesOfFieldsOfType ( Type superType ) : IEnumerable
superType System.Type
Résultat IEnumerable

GetAllNamesOfPropertiesOfType() public static méthode

public static GetAllNamesOfPropertiesOfType ( Type superType ) : IEnumerable
superType System.Type
Résultat IEnumerable

GetAllNamesOfSubtypesOfType() public static méthode

public static GetAllNamesOfSubtypesOfType ( Type superType ) : IEnumerable
superType System.Type
Résultat IEnumerable

ResolveTypeName() public static méthode

public static ResolveTypeName ( String typeName ) : Type
typeName String
Résultat System.Type