CodeGenerationMetaDataStoreLoadPlatformDefinitions Method |
Loads the platform definitions from the specified Tasks folders. Platform definitions are specified in .platform files.
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void LoadPlatformDefinitions(
string frameworksSharedFolder,
params string[] additionalTasksFolders
)
Public Sub LoadPlatformDefinitions (
frameworksSharedFolder As String,
ParamArray additionalTasksFolders As String()
)
Parameters
- frameworksSharedFolder
- Type: SystemString
The frameworks shared folder. - additionalTasksFolders
- Type: SystemString
The additional tasks folders.
See Also