Method ExtractAssembliesFromScript
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
ExtractAssembliesFromScript(string, IEnumerable<string>)
Extracts the assemblies that should be included in the package.
public static IEnumerable<(string assemblyFilePath, string destinationFolderPath)> ExtractAssembliesFromScript(string scriptContent, IEnumerable<string> dllFilesPath)
Parameters
scriptContent
stringScript content.
dllFilesPath
IEnumerable<string>The folder containing the assemblies.
Returns
- IEnumerable<(string assemblyFilePath, string destinationFolderPath)>
The assemblies that should be included.