public IObservable <Win32ClassicCOMClass> PartComponentAsync(Win32DCOMApplication inGroupComponent, CimOperationOptions options = null) { var scope = _scope; var instances = _resolver.ResolveTargetAsync(scope, inGroupComponent.AsCimInstance(), options); return(instances.Select(i => (Win32ClassicCOMClass)scope.Mapper.Create(scope, i))); }
public IObservable <Win32SID> SettingAsync(Win32DCOMApplication inElement, CimOperationOptions options = null) { var scope = _scope; var instances = _resolver.ResolveTargetAsync(scope, inElement.AsCimInstance(), options); return(instances.Select(i => (Win32SID)scope.Mapper.Create(scope, i))); }
public IObservable <CIMDataFile> ClientAsync(Win32DCOMApplication inApplication, CimOperationOptions options = null) { var scope = _scope; var instances = _resolver.ResolveTargetAsync(scope, inApplication.AsCimInstance(), options); return(instances.Select(i => (CIMDataFile)scope.Mapper.Create(scope, i))); }