Enum BundleFileType
- Namespace
- AsmResolver.DotNet.Bundles
- Assembly
- AsmResolver.DotNet.dll
Provides members defining all possible file types that can be stored in a bundled .NET application.
public enum BundleFileType
Fields
Assembly = 1
Indicates the file is a .NET assembly.
DepsJson = 3
Indicates the file is the deps.json file associated to a .NET assembly.
NativeBinary = 2
Indicates the file is a native binary.
RuntimeConfigJson = 4
Indicates the file is the runtimeconfig.json file associated to a .NET assembly.
Symbols = 5
Indicates the file contains symbols.
Unknown = 0
Indicates the file type is unknown.