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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::UnknownMachines

[SerializableAttribute]
public ref class UnknownMachines sealed 

NameDescription
System_CAPS_pubmethodUnknownMachines()

Initializes a new instance of the UnknownMachines class.

NameDescription
System_CAPS_pubpropertyManagementPointName

Gets or sets the name of the management point.

System_CAPS_pubpropertyUnknownMachineGuidX64

Gets or sets the GUID for unknown AMD64 machines.

System_CAPS_pubpropertyUnknownMachineGuidX86

Gets or sets the GUID for unknown x86 machines.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: