예제 #1
0
 private NetCoreInteropInstance(DotNetCoreReflectionLayer interop)
 {
     _reflectionLayer = interop;
 }
예제 #2
0
 public static NetCoreInteropInstance GetInstance(DotNetCoreReflectionLayer dotnetReflectionLayer)
 {
     return(new NetCoreInteropInstance(dotnetReflectionLayer));
 }
예제 #3
0
 public static void replaceReflectionLayer(DotNetCoreReflectionLayer dotNetCoreReflectionLayer)
 {
     _netCoreInteropInstance = NetCoreInteropInstance.GetInstance(dotNetCoreReflectionLayer);
 }