Table of Contents

Enum IncompatibleConfigHandling

Namespace
MonkeyLoader.Configuration
Assembly
MonkeyLoader.dll

Defines options for the handling of incompatible configuration versions.

public enum IncompatibleConfigHandling

Fields

Clobber = 1

Destroy the saved config and start over from scratch.

Error = 0

Fail to read the config, and block saving over the config on disk.

ForceLoad = 2

Ignore the version number and attempt to load the config from disk.