Click or drag to resize
TypeConverterStoreProbeTypeConvertersAndTypeImports Method (String)
Probes for type converters and typeimports in the type converter folder specified. If an assembly is found, all non-abstract types which derive from TypeConverter are stored in the _typeConverters hashtable. TypeConverter instances are stored under their full name. If a type is seen multiple times, it is skipped after the first time. If an exception occurs, the typeconverter is skipped. All .typeimports files are read and processed as well and read types are stored inside this store and reported to callers for type shortcut definitions.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void ProbeTypeConvertersAndTypeImports(
	string typeConvertersRootFolder
)

Parameters

typeConvertersRootFolder
Type: SystemString
The type converters root folder.
See Also