ComputerInfo Class

Definition

Caution

This class is obsolete.

Provides information about the computer that sent a TestResultMessage. This class is obsolete.

public ref class ComputerInfo
[System.Obsolete("This class is obsolete.")]
[System.Serializable]
public class ComputerInfo
[<System.Obsolete("This class is obsolete.")>]
[<System.Serializable>]
type ComputerInfo = class
Public Class ComputerInfo
Inheritance
ComputerInfo
Attributes

Constructors

Name Description
ComputerInfo()

Initializes an instance of the ComputerInfo class.

ComputerInfo(String)

Initializes an instance of the ComputerInfo class by using the provided computer name.

Properties

Name Description
ComputerName

Gets the name of the computer.

Applies to