Skip to content

BundleFileType

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

Identifies the type of file embedded in a .NET single-file bundle.

public enum BundleFileType : byte

IL and R2R assemblies.

Returns: BundleFileType

Assembly = 1

The .deps.json configuration file.

Returns: BundleFileType

DepsJson = 3

Native binaries.

Returns: BundleFileType

NativeBinary = 2

The .runtimeconfig.json configuration file.

Returns: BundleFileType

RuntimeConfigJson = 4

PDB symbol files.

Returns: BundleFileType

Symbols = 5

Type not determined.

Returns: BundleFileType

Unknown = 0