public static ReferenceCountedDisposable <IProgramRegistry> GetInvalidProgramRegistryServiceObject(
     this FileSystemServerImpl fsSrv)
 {
     return(new ReferenceCountedDisposable <IProgramRegistry>(new InvalidProgramRegistryImpl()));
 }
 public static ReferenceCountedDisposable <IFileSystemProxyForLoader> GetFileSystemProxyForLoaderServiceObject(
     this FileSystemServerImpl fsSrv)
 {
     return(new ReferenceCountedDisposable <IFileSystemProxyForLoader>(new FileSystemProxyImpl(fsSrv.FsSrv)));
 }
 GetInvalidFileSystemProxyForLoaderServiceObject(this FileSystemServerImpl fsSrv)
 {
     return(new ReferenceCountedDisposable <IFileSystemProxyForLoader>(new InvalidFileSystemProxyImplForLoader()));
 }
Example #4
0
 public static SdCardEventSimulator GetSdCardEventSimulator(this FileSystemServerImpl fs)
 {
     ref DeviceEventSimulatorGlobals g = ref fs.Globals.DeviceEventSimulator;