Click or drag to resize

CodeGenerationMetaDataStore.LoadPlatformDefinitions 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.5.0.0 (5.5.18.1019)
Syntax
public void LoadPlatformDefinitions(
	string frameworksSharedFolder,
	params string[] additionalTasksFolders
)

Parameters

frameworksSharedFolder
Type: System.String
The frameworks shared folder.
additionalTasksFolders
Type:System.String[]
The additional tasks folders.
See Also