Show / Hide Table of Contents

Enum FileMode

Keep this binary compatible with System.IO.FileMode (unsupported on portable libraries).

Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public enum FileMode

Fields

Name Description
Append
Create
CreateNew
Open
OpenOrCreate
Truncate
Generated by DocFX
GitHub Repo
Back to top