SystemInformation Class

 

Gets information from the local computer.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::SystemInformation

[SerializableAttribute]
public ref class SystemInformation sealed 

NameDescription
System_CAPS_pubmethodSystemInformation()

Initializes a new instance of the SystemInformation class. Constructs a SystemInformation object from data discovered on the local computer. If you do not want to employ this behavior, use SystemInformation(false).

System_CAPS_pubmethodSystemInformation(Boolean)

Initializes a new instance of the SystemInformation class.

System_CAPS_pubmethodSystemInformation(String^, String^)

Initializes a new instance of the SystemInformation class. Builds an object that specifies a NetBIOS name and FQDN.

NameDescription
System_CAPS_pubpropertyFqdn

Gets the FQDN for the current computer.

System_CAPS_pubpropertyNetBiosName

Gets the NetBIOS name of the current computer.

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: