Click or drag to resize

CodeGenerationMetaDataStoreLoadPlatformDefinitions Method

Loads the platform definitions from the specified Tasks folders. Platform definitions are specified in .platform files.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void LoadPlatformDefinitions(
	string frameworksSharedFolder,
	params string[] additionalTasksFolders
)

Parameters

frameworksSharedFolder
Type: SystemString
The frameworks shared folder.
additionalTasksFolders
Type: SystemString
The additional tasks folders.
See Also