Skip to content

Commit e1ce26f

Browse files
github-actions[bot]Triogap
authored andcommitted
chore(types): update generated types (PR auto-update)
1 parent 67b1fa9 commit e1ce26f

File tree

277 files changed

+467
-492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+467
-492
lines changed

Types/Base/_AggregateEvent.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _AggregateEvent(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _AggregateEvent(ManagementObject ManagementObject) : _IndicationRelated(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Number of events combined to produce this single summary event.

Types/Base/_ArbitratorConfiguration.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _ArbitratorConfiguration(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _ArbitratorConfiguration(ManagementObject ManagementObject) : _SystemClass(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Unused. Total number of outstanding tasks at any time.

Types/Base/_CIMOMIdentification.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _CIMOMIdentification(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _CIMOMIdentification(ManagementObject ManagementObject) : _SystemClass(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Date and time of installation. This property is empty after the operating system is installed for the first time.

Types/Base/_CacheControl.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _CacheControl(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _CacheControl(ManagementObject ManagementObject) : _SystemClass(ManagementObject)
1212
{
1313
}

Types/Base/_ClassDeletionEvent.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _ClassDeletionEvent(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _ClassDeletionEvent(ManagementObject ManagementObject) : _ClassOperationEvent(ManagementObject)
1212
{
1313
}

Types/Base/_ClassModificationEvent.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _ClassModificationEvent(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _ClassModificationEvent(ManagementObject ManagementObject) : _ClassOperationEvent(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Copy of the original version of the class.

Types/Base/_Event.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _Event(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _Event(ManagementObject ManagementObject) : _IndicationRelated(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Descriptor that the event provider uses to determine which users can receive the event. For more information, see WMI Security Constants.

Types/Base/_EventConsumer.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _EventConsumer(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _EventConsumer(ManagementObject ManagementObject) : _IndicationRelated(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Security identifier (SID) that uniquely identifies the user who creates a filter. WMI stores the SID of the user who creates an instance of __EventConsumer or the Administrator SID, depending on the operating system. For more information, see Binding an Event Filter with a Logical Consumer and Monitoring and Responding to Events with Standard Consumers.

Types/Base/_EventConsumerProviderCacheControl.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _EventConsumerProviderCacheControl(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _EventConsumerProviderCacheControl(ManagementObject ManagementObject) : _CacheControl(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Time interval after which WMI releases an event consumer provider. It may take up to twice the interval specified to unload the provider. The time is in interval format.

Types/Base/_EventConsumerProviderRegistration.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#nullable enable
99
namespace System.Management.Types.Base;
1010

11-
public partial record class _EventConsumerProviderRegistration(ManagementObject ManagementObject) : _Object(ManagementObject)
11+
public partial record class _EventConsumerProviderRegistration(ManagementObject ManagementObject) : _ProviderRegistration(ManagementObject)
1212
{
1313
/// <summary>
1414
/// Array of names of the logical consumer classes that the event consumer provider supports.

0 commit comments

Comments
 (0)