C# Класс Notpod.ConfigurationHelper

Contains methods for managing configuration.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetAppDataPath ( ) : String

Get the data path to use by the application. The path returned by the runtime also contains the version number, but the path should be used without any version number.

MovePreNotpodConfiguration ( ) : bool

Move configuration from iTA to Notpod

Защищенные методы

Метод Описание
WriteNewConfiguration ( ) : void

Write new default configuration. Since 1.2.

WriteNewDeviceConfiguration ( ) : void

Write new device configuration. Since 1.2.

Приватные методы

Метод Описание
GetLikelyPreNotpodPath ( ) : string

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

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

Get the data path to use by the application. The path returned by the runtime also contains the version number, but the path should be used without any version number.
public static GetAppDataPath ( ) : String
Результат String

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

Move configuration from iTA to Notpod
public static MovePreNotpodConfiguration ( ) : bool
Результат bool

WriteNewConfiguration() защищенный статический Метод

Write new default configuration. Since 1.2.
protected static WriteNewConfiguration ( ) : void
Результат void

WriteNewDeviceConfiguration() защищенный статический Метод

Write new device configuration. Since 1.2.
protected static WriteNewDeviceConfiguration ( ) : void
Результат void