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)
Syntaxpublic void LoadPlatformDefinitions(
string frameworksSharedFolder,
params string[] additionalTasksFolders
)
Public Sub LoadPlatformDefinitions (
frameworksSharedFolder As String,
ParamArray additionalTasksFolders As String()
)
Parameters
- frameworksSharedFolder
- Type: System.String
The frameworks shared folder. - additionalTasksFolders
- Type:System.String[]
The additional tasks folders.
See Also