C# Class Gu.Wpf.ValidationScope.InputTypeCollectionConverter.CompatibleTypeCache

显示文件 Open project: JohanLarsson/Gu.Wpf.ValidationScope

Public Methods

Method Description
FindType ( string typeName ) : Type

Private Methods

Method Description
AddCompatibleTypes ( Assembly assembly ) : void
CompatibleTypeCache ( ) : System
IsFullName ( string typeName ) : bool
IsMatch ( Type type, string name ) : bool

Method Details

FindType() public static method

public static FindType ( string typeName ) : Type
typeName string
return System.Type