3 references to ConnectionOptions
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
425
public ManagementScope(System.Management.ManagementPath path, System.Management.
ConnectionOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
427
public ManagementScope(string path, System.Management.
ConnectionOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
429
public System.Management.
ConnectionOptions
Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }