ComputerInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComputerInfo() |
Initializes an instance of the ComputerInfo class. |
ComputerInfo(String) |
Initializes an instance of the ComputerInfo class by using the provided computer name. |
ComputerInfo()
Initializes an instance of the ComputerInfo class.
public:
ComputerInfo();
public ComputerInfo ();
Public Sub New ()
Applies to
ComputerInfo(String)
Initializes an instance of the ComputerInfo class by using the provided computer name.
public:
ComputerInfo(System::String ^ computerName);
public ComputerInfo (string computerName);
new Microsoft.VisualStudio.TestTools.Common.ComputerInfo : string -> Microsoft.VisualStudio.TestTools.Common.ComputerInfo
Public Sub New (computerName As String)
Parameters
- computerName
- String
A string that contains the name of the computer.