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 | |
---|---|---|
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). |
|
SystemInformation(Boolean) | Initializes a new instance of the SystemInformation class. |
|
SystemInformation(String, String) | Initializes a new instance of the SystemInformation class. Builds an object that specifies a NetBIOS name and FQDN. |
Properties
Name | Description | |
---|---|---|
Fqdn | Gets the FQDN for the current computer. |
|
NetBiosName | Gets the NetBIOS name of the current computer. |
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.Framework Namespace
Return to top