UnknownMachines Class
Represents GUID information from unknown machines for operating system deployment (OSD).
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.UnknownMachines
Syntax
[SerializableAttribute]
public sealed class UnknownMachines
[SerializableAttribute]
public ref class UnknownMachines sealed
<SerializableAttribute>
Public NotInheritable Class UnknownMachines
Constructors
Name | Description | |
---|---|---|
UnknownMachines() | Initializes a new instance of the UnknownMachines class. |
Properties
Name | Description | |
---|---|---|
ManagementPointName | Gets or sets the name of the management point. |
|
UnknownMachineGuidX64 | Gets or sets the GUID for unknown AMD64 machines. |
|
UnknownMachineGuidX86 | Gets or sets the GUID for unknown x86 machines. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top