Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
| C# | Visual Basic |
public class ServerComputer
Public Class ServerComputer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ServerComputer()()()() | Initializes a new instance of the ServerComputer class | |
| 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| FileSystem |
Gets an object that provides properties and methods for working with drives, files, and directories.
| |
| 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.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the computer name.
| |
| Network |
Gets an object that provides a property and methods for interacting with the network to which the computer is connected.
| |
| Registry |
Gets an object that provides properties and methods for manipulating the registry.
| |
| ToString()()()() | (Inherited from Object.) |