Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
| C# | Visual Basic |
public class Computer : ServerComputer
Public Class Computer _ Inherits ServerComputer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Computer()()()() | Initializes a new instance of the Computer class | |
| Audio |
Gets an object that provides properties for methods for playing sounds.
| |
| Clipboard |
Gets an object that provides methods for manipulating the Clipboard.
| |
| Clock |
Gets an object that provides properties for accessing the current local time and Universal Coordinated Time (the equivalent to Greenwich Mean Time) from the system clock.
(Inherited from ServerComputer.) | |
| Equals(Object) | (Inherited from Object.) | |
| FileSystem |
Gets an object that provides properties and methods for working with drives, files, and directories.
(Inherited from ServerComputer.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Info |
Gets an object that provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.
(Inherited from ServerComputer.) | |
| Keyboard |
Gets an object that provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the computer name.
(Inherited from ServerComputer.) | |
| Network |
Gets an object that provides a property and methods for interacting with the network to which the computer is connected.
(Inherited from ServerComputer.) | |
| Ports |
Gets an object that provides a property and a method for accessing the computer's serial ports.
| |
| Registry |
Gets an object that provides properties and methods for manipulating the registry.
(Inherited from ServerComputer.) | |
| Screen |
Gets the Screen object that represents the computer's primary display screen.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| ServerComputer | ||
| Computer | ||