Table of Contents

Class WindowsPageFile

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a page file on a Windows machine.

public class WindowsPageFile : GlobalSerializableClassicBase, IComparable<WindowsPageFile>
Inheritance
WindowsPageFile
Implements

Constructors

WindowsPageFile()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsPageFile class.

public WindowsPageFile()

Properties

Caption

Gets or sets the display name for this page file - for example "c:\pagefile.sys".

public string Caption { get; set; }

Property Value

string

InitialSize

Gets or sets the initial size of the page file when configured by a user in MB.

public int InitialSize { get; set; }

Property Value

int

IsSystemManaged

Gets or sets whether the page file is system managed.

public BooleanOption IsSystemManaged { get; set; }

Property Value

BooleanOption

MaximumSize

Gets or sets the maximum size of the page file when configured by a user in MB.

public int MaximumSize { get; set; }

Property Value

int

Methods

CompareTo(WindowsPageFile)

Compares two CENTREL.XIA.Configuration.Types.WindowsPageFile objects, sorting alphabetically by caption.

public int CompareTo(WindowsPageFile other)

Parameters

other WindowsPageFile

The CENTREL.XIA.Configuration.Types.WindowsPageFile to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.WindowsPageFile objects.

ToString()

Returns the display name for this page file - for example "c:\pagefile.sys".

public override string ToString()

Returns

string