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.4.0.0 (5.4.0)
Syntaxpublic 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