SystemInformation Constructor (String, String)
Initializes a new instance of the SystemInformation class. Builds an object that specifies a NetBIOS name and FQDN.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SystemInformation(
string netBiosName,
string machineFqdn
)
public:
SystemInformation(
String^ netBiosName,
String^ machineFqdn
)
Public Sub New (
netBiosName As String,
machineFqdn As String
)
Parameters
netBiosName
Type: System.StringNetBIOS name.
machineFqdn
Type: System.StringFQDN for the computer.
See Also
SystemInformation Overload
SystemInformation Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top