Show / Hide Table of Contents

Enum FileUsage

File usage enumeration.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public enum FileUsage

Fields

Name Description
Undefined

Usage is not defined and will default to UseDisk if not specifed.

UseDisk

File is opened as read-only from disk.

UseMemory

File is loaded and stored in a read-write memory buffer.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX