Method IsDllToBeIgnored
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
IsDllToBeIgnored(string)
Returns a value indicating whether the specified DLL is to be ignored.
public static bool IsDllToBeIgnored(string dllRef)
Parameters
dllRef
stringThe DLL reference.
Returns
- bool
true
if the DLL is to be ignored; otherwise,false
.