コード例 #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));
 }