Class WindowsPageFiles
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of page files configured on a Windows machine.
public class WindowsPageFiles : BypassSection
- Inheritance
-
WindowsPageFiles
- Inherited Members
Constructors
WindowsPageFiles()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsPageFiles class.
public WindowsPageFiles()
Properties
AutomaticManagedPageFile
Gets or sets whether the system should automatically manage the paging file size for all drives.
public BooleanOption AutomaticManagedPageFile { get; set; }
Property Value
Items
Gets or sets the items within the collection.
public WindowsPageFileCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsPageFiles class from the specified XML.
public static WindowsPageFiles FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsPageFiles
A CENTREL.XIA.Configuration.Types.WindowsPageFiles class.
ToString()
Returns the Windows page files as a human readable string.
public override string ToString()
Returns
- string
The Windows page files as a human readable string.