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
System_CAPS_pubmethod UnknownMachines()

Initializes a new instance of the UnknownMachines class.

Properties

Name Description
System_CAPS_pubproperty ManagementPointName

Gets or sets the name of the management point.

System_CAPS_pubproperty UnknownMachineGuidX64

Gets or sets the GUID for unknown AMD64 machines.

System_CAPS_pubproperty UnknownMachineGuidX86

Gets or sets the GUID for unknown x86 machines.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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