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 : byteFields
Section titled “Fields”Assembly
Section titled “Assembly”IL and R2R assemblies.
Returns: BundleFileType
Assembly = 1DepsJson
Section titled “DepsJson”The .deps.json configuration file.
Returns: BundleFileType
DepsJson = 3NativeBinary
Section titled “NativeBinary”Native binaries.
Returns: BundleFileType
NativeBinary = 2RuntimeConfigJson
Section titled “RuntimeConfigJson”The .runtimeconfig.json configuration file.
Returns: BundleFileType
RuntimeConfigJson = 4Symbols
Section titled “Symbols”PDB symbol files.
Returns: BundleFileType
Symbols = 5Unknown
Section titled “Unknown”Type not determined.
Returns: BundleFileType
Unknown = 0