Click or drag to resize

TypeConverterStore.ProbeTypeImports Method

Probes the type imports. It will load all typeimports files which don't have '.llblgenproj' in the filename and the specific typeimports for the project currently loaded

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public void ProbeTypeImports(
	string folderToProbe,
	string projectPathFilename
)

Parameters

folderToProbe
Type: System.String
The folder to probe.
projectPathFilename
Type: System.String
The filename of the project we just loaded
See Also