IConfigServerConsole Interface

This interface is the abstraction of the concrete implementation by class ServerConsole.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public interface IConfigServerConsole

The IConfigServerConsole type exposes the following members.

Properties
NameDescription
Public propertyDisplayBufferSize
See property DisplayBufferSize.
Public propertyDisplayUserInterface
See property DisplayUserInterface.
Public propertyLogDataToFile
See property LogDataToFile.
Public propertyLogFileName
See property LogFileName.
Public propertyStartMinimized
See property StartMinimized.
Public propertySuppressWarnings
See property SuppressWarnings.
Top
Methods
NameDescription
Public methodReset
Resets all Config.ServerConsole properties to their default values
Public methodResetDisplayBufferSize
See property DisplayBufferSize.
Public methodResetDisplayUserInterface
See property DisplayUserInterface.
Public methodResetLogDataToFile
See property LogDataToFile.
Public methodResetLogFileName
See property LogFileName.
Public methodResetStartMinimized
See property StartMinimized.
Public methodResetSuppressWarnings
See property SuppressWarnings.
Top
See Also