C# Класс ARCed.Settings.EditorSettings

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AddToRecent ( string filename ) : void

Adds a value to the "Recently Opened" list and trims the list to the max allowed items

EditorSettings ( ) : System

Default constructor

Load ( ) : EditorSettings

Initializes a new instance the ARCed.NET settings. User defined settings are loaded so long as each file exists, else the default values will be used.

Save ( ) : void

Saves the settings files to disk in the AppData folder.

Описание методов

AddToRecent() публичный Метод

Adds a value to the "Recently Opened" list and trims the list to the max allowed items
public AddToRecent ( string filename ) : void
filename string The filename to add
Результат void

EditorSettings() публичный Метод

Default constructor
public EditorSettings ( ) : System
Результат System

Load() публичный статический Метод

Initializes a new instance the ARCed.NET settings. User defined settings are loaded so long as each file exists, else the default values will be used.
public static Load ( ) : EditorSettings
Результат EditorSettings

Save() публичный Метод

Saves the settings files to disk in the AppData folder.
public Save ( ) : void
Результат void