Sdílet prostřednictvím


ManagedComputer Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ManagedComputer class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ManagedComputer() Initializes a new instance of the ManagedComputer class.
Public method ManagedComputer(String) Initializes a new instance of the ManagedComputer class with the specified computer name.
Public method ManagedComputer(String, String, String) Initializes a new instance of the ManagedComputer class with the specified computer name and the specified login and password.
Public method ManagedComputer(String, String, String, ProviderArchitecture) Initializes a new instance of the ManagedComputer class with the specified computer name the specified login, password and the specified ProviderArchitecture.

Top