Class AxolotlPackageFormat
Constants and limits for the little-endian Axolotl package format.
public static class AxolotlPackageFormat
- Inheritance
-
AxolotlPackageFormat
- Inherited Members
Fields
AssemblyContentType
The managed assembly entry content type.
public const string AssemblyContentType = "application/vnd.microsoft.portable-executable"
Field Value
CurrentVersion
The only package format version supported by this runtime.
public const ushort CurrentVersion = 1
Field Value
ManifestContentType
The manifest entry content type.
public const string ManifestContentType = "application/vnd.axolotl2d.module+json"
Field Value
ManifestEntryName
The reserved manifest entry name.
public const string ManifestEntryName = "$module/manifest.json"