개정판 950e6b84
issue #00000 convert service
- markus library 수정 후 적용
- pdf download를 plugin으로 변경
- convert 안정화
Change-Id: Ibafcf7fb59445659f8361922f80d47e3e6610a65
ConvertService/ServiceBase/Markus.Service.Extensions/Exntensions/GenericPluginLoader.cs | ||
---|---|---|
29 | 29 |
|
30 | 30 |
if(Directory.Exists(path)) |
31 | 31 |
{ |
32 |
dllFileNames = Directory.GetFiles(path, "*.dll"); |
|
32 |
dllFileNames = Directory.GetFiles(path, "*.dll",SearchOption.AllDirectories);
|
|
33 | 33 |
|
34 | 34 |
ICollection<Assembly> assemblies = new List<Assembly>(dllFileNames.Length); |
35 | 35 |
foreach(string dllFile in dllFileNames) |
내보내기 Unified diff