38 references to IWbemServices
System.Management (38)
System\Management\InteropClasses\WMIInterop.cs (2)
574
[PreserveSig] int OpenNamespace_([In][MarshalAs(UnmanagedType.BStr)] string strNamespace, [In] int lFlags, [In][MarshalAs(UnmanagedType.Interface)] IWbemContext pCtx, [In][Out][MarshalAs(UnmanagedType.Interface)] ref
IWbemServices
ppWorkingNamespace, [In] IntPtr ppCallResult);
607
[PreserveSig] int GetResultServices_([In] int lTimeout, [Out][MarshalAs(UnmanagedType.Interface)] out
IWbemServices
ppServices);
System\Management\ManagementEventWatcher.cs (3)
485
IWbemServices
wbemServices = scope.GetIWbemServices();
607
private readonly
IWbemServices
services;
616
IWbemServices
services)
System\Management\ManagementObject.cs (8)
898
IWbemServices
wbemServices = scope.GetIWbemServices();
1458
IWbemServices
wbemServices = scope.GetIWbemServices();
1623
IWbemServices
wbemServices = scope.GetIWbemServices();
1748
IWbemServices
wbemServices = destinationScope.GetIWbemServices();
1887
IWbemServices
destWbemServices = destinationScope.GetIWbemServices();
1951
IWbemServices
wbemServices = scope.GetIWbemServices();
2022
IWbemServices
wbemServices = scope.GetIWbemServices();
2615
IWbemServices
wbemServices = scope.GetIWbemServices();
System\Management\ManagementObjectSearcher.cs (1)
409
IWbemServices
wbemServices = scope.GetIWbemServices();
System\Management\ManagementScope.cs (24)
84
internal delegate int BlessIWbemServices([MarshalAs(UnmanagedType.Interface)]
IWbemServices
pIUnknown,
139
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
150
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
162
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
174
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
185
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
196
[In] [MarshalAs(UnmanagedType.Interface)]
IWbemServices
pCurrentNamespace,
218
[Out][MarshalAs(UnmanagedType.Interface)] out
IWbemServices
ppNamespace,
429
CreateInstanceEnumWmi_f = (string _, int __, IWbemContext ___, out IEnumWbemClassObject ____, int _____, int ______,
IWbemServices
_______, string ________, IntPtr _________, string __________) => throw new PlatformNotSupportedException(exceptionMessage);
430
CreateClassEnumWmi_f = (string _, int __, IWbemContext ___, out IEnumWbemClassObject ____, int _____, int ______,
IWbemServices
_______, string ________, IntPtr _________, string __________) => throw new PlatformNotSupportedException(exceptionMessage);
431
ExecQueryWmi_f = (string _, string __, int ___, IWbemContext ____, out IEnumWbemClassObject _____, int ______, int _______,
IWbemServices
________, string _________, IntPtr __________, string ___________) => throw new PlatformNotSupportedException(exceptionMessage);
432
ExecNotificationQueryWmi_f = (string _, string __, int ___, IWbemContext ____, out IEnumWbemClassObject _____, int ______, int _______,
IWbemServices
________, string _________, IntPtr __________, string ___________) => throw new PlatformNotSupportedException(exceptionMessage);
436
ConnectServerWmi_f = (string _, string __, IntPtr ___, string ____, int _____, string ______, IWbemContext _______, out
IWbemServices
________, int _________, int __________) => throw new PlatformNotSupportedException(exceptionMessage);
486
private
IWbemServices
wbemServices;
536
internal
IWbemServices
GetIWbemServices()
538
IWbemServices
localCopy = wbemServices;
568
localCopy = (
IWbemServices
)unknown;
602
internal ManagementScope(ManagementPath path,
IWbemServices
wbemServices,
1026
internal SecuredIWbemServicesHandler GetSecuredIWbemServicesHandler(
IWbemServices
pWbemServiecs)
1095
internal int ConnectNSecureIWbemServices(string path, ref
IWbemServices
pServices)
1139
private readonly
IWbemServices
pWbemServiecsSecurityHelper;
1141
internal SecuredIWbemServicesHandler(ManagementScope theScope,
IWbemServices
pWbemServiecs)
1146
internal int OpenNamespace_(string strNamespace, int lFlags, ref
IWbemServices
ppWorkingNamespace, IntPtr ppCallResult)
1409
internal void Secure(
IWbemServices
services)