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
dllRefstringThe DLL reference.
Returns
- bool
trueif the DLL is to be ignored; otherwise,false.