ServerConsole.DisplayBufferSize Property

Gets or sets the screen buffer size (in kilobytes) of the RTX64 Server Console. If console output exceeds this limit, the oldest text in the console window is deleted.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public uint DisplayBufferSize { get; set; }

Property Value

Type: UInt32

Implements

IConfigServerConsoleDisplayBufferSize
See Also