[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class is used to get the local machine's information.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
SystemInformation
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
SystemInformation
[
SerializableAttribute]
public 
ref class 
SystemInformation 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
SystemInformation () () () ()
Initializes a new instance of the SystemInformationclass. Constructs SystemInformation object discovering from local machine data. If this is not desirable, use SystemInformation(false) instead.
SystemInformation(Boolean)
Initializes a new instance of the SystemInformationclass.
SystemInformation(String, String)
Initializes a new instance of the SystemInformationclass. Builds object specifying a NetBIOS name and FQDN
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
Fqdn
Get the current machine's FQDN.
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
NetBiosName
Get the current machine's net bios name.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also