示例#1
0
 public static IImageTestEndpoints GetImageDll(string dllPath, string type)
 {
     return((IImageTestEndpoints)ModuleResolver.GetDll(dllPath, type));
 }
示例#2
0
 public static ITransform GetTransformDll(string dllPath, string type)
 {
     return((ITransform)ModuleResolver.GetDll(dllPath, type));
 }