Udostępnij za pośrednictwem


SystemInformation Class

 

Gets information from the local computer.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class SystemInformation
[SerializableAttribute]
public ref class SystemInformation sealed 
<SerializableAttribute>
Public NotInheritable Class SystemInformation

Constructors

Name Description
System_CAPS_pubmethod SystemInformation()

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_pubmethod SystemInformation(Boolean)

Initializes a new instance of the SystemInformation class.

System_CAPS_pubmethod SystemInformation(String, String)

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

Properties

Name Description
System_CAPS_pubproperty Fqdn

Gets the FQDN for the current computer.

System_CAPS_pubproperty NetBiosName

Gets the NetBIOS name of the current computer.

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.Framework Namespace

Return to top