Partager via


SystemInformation Constructor (Boolean)

 

Initializes a new instance of the SystemInformation class.

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

Syntax

public SystemInformation(
    bool autoDiscover
)
public:
SystemInformation(
    bool autoDiscover
)
Public Sub New (
    autoDiscover As Boolean
)

Parameters

  • autoDiscover
    Type: System.Boolean

    True discovers information about the local computer; false does not.

See Also

SystemInformation Overload
SystemInformation Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top