Table of Contents

Enum SingleFileBundle.FileType

Namespace
ICSharpCode.Decompiler
Assembly
ICSharpCode.Decompiler.dll

FileType: Identifies the type of file embedded into the bundle.

The bundler differentiates a few kinds of files via the manifest, with respect to the way in which they'll be used by the runtime.

public enum SingleFileBundle.FileType : byte

Fields

Assembly = 1
DepsJson = 3
NativeBinary = 2
RuntimeConfigJson = 4
Symbols = 5
Unknown = 0