42 references to IWbemServices
System.Management (42)
Instrumentation\EventSource.cs (5)
211IWbemServices pNamespaceNA = null; 213IWbemServices pNamespaceMTA = null; 387threadParam.pNamespaceMTA = (IWbemServices)RelocateRCWToCurrentApartment(threadParam.pNamespaceNA); 420[In][MarshalAs(UnmanagedType.Interface)] IWbemServices pNamespace, 495[In][Out][MarshalAs(UnmanagedType.Interface)] ref IWbemServices ppWorkingNamespace,
InteropClasses\WMIInterop.cs (5)
660[PreserveSig] int ConnectServer_([In][MarshalAs(UnmanagedType.BStr)] string strNetworkResource, [In][MarshalAs(UnmanagedType.BStr)] string strUser, [In]IntPtr strPassword, [In][MarshalAs(UnmanagedType.BStr)] string strLocale, [In] Int32 lSecurityFlags, [In][MarshalAs(UnmanagedType.BStr)] string strAuthority, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [Out][MarshalAs(UnmanagedType.Interface)] out IWbemServices ppNamespace); 686[PreserveSig] int OpenNamespace_([In][MarshalAs(UnmanagedType.BStr)] string strNamespace, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][Out][MarshalAs(UnmanagedType.Interface)] ref IWbemServices ppWorkingNamespace, [In] IntPtr ppCallResult); 717[PreserveSig] int OpenNamespace_([In][MarshalAs(UnmanagedType.BStr)] string strNamespace, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][Out][MarshalAs(UnmanagedType.Interface)] ref IWbemServices ppWorkingNamespace, [In] IntPtr ppCallResult); 750[PreserveSig] int GetResultServices_([In] Int32 lTimeout, [Out][MarshalAs(UnmanagedType.Interface)] out IWbemServices ppServices); 1014[PreserveSig] int Initialize_([In][MarshalAs(UnmanagedType.LPWStr)] string wszUser, [In] Int32 lFlags, [In][MarshalAs(UnmanagedType.LPWStr)] string wszNamespace, [In][MarshalAs(UnmanagedType.LPWStr)] string wszLocale, [In][MarshalAs(UnmanagedType.Interface)] IWbemServices pNamespace, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][MarshalAs(UnmanagedType.Interface)] IWbemProviderInitSink pInitSink);
managementeventwatcher.cs (3)
510IWbemServices wbemServices = scope.GetIWbemServices(); 632private IWbemServices services; 641IWbemServices services)
managementobject.cs (9)
912IWbemServices wbemServices = scope.GetIWbemServices(); 1477IWbemServices wbemServices = scope.GetIWbemServices(); 1649IWbemServices wbemServices = scope.GetIWbemServices(); 1775IWbemServices wbemServices = destinationScope.GetIWbemServices(); 1915IWbemServices destWbemServices = destinationScope.GetIWbemServices(); 1980IWbemServices wbemServices = scope.GetIWbemServices(); 2052IWbemServices wbemServices = scope.GetIWbemServices(); 2317IWbemServices wbemServices = scope.GetIWbemServices(); 2656IWbemServices wbemServices = scope.GetIWbemServices();
managementobjectsearcher.cs (1)
409IWbemServices wbemServices = scope.GetIWbemServices ();
managementscope.cs (19)
93internal delegate int BlessIWbemServices([MarshalAs(UnmanagedType.Interface)] IWbemServices pIUnknown, 148[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 159[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 171[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 183[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 194[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 205[In] [MarshalAs(UnmanagedType.Interface)] IWbemServices pCurrentNamespace, 227[Out][MarshalAs(UnmanagedType.Interface)] out IWbemServices ppNamespace, 615private IWbemServices wbemServices; 669internal IWbemServices GetIWbemServices () 671IWbemServices localCopy = wbemServices; 701localCopy = (IWbemServices)unknown; 735internal ManagementScope (ManagementPath path, IWbemServices wbemServices, 1185internal SecuredIWbemServicesHandler GetSecuredIWbemServicesHandler( IWbemServices pWbemServiecs) 1254internal int ConnectNSecureIWbemServices(string path, ref IWbemServices pServices) 1298private IWbemServices pWbemServiecsSecurityHelper; 1300internal SecuredIWbemServicesHandler (ManagementScope theScope, IWbemServices pWbemServiecs) 1305internal int OpenNamespace_(string strNamespace, Int32 lFlags, ref IWbemServices ppWorkingNamespace, IntPtr ppCallResult) 1581internal void Secure (IWbemServices services)