[change] add new LoadImageErrorCode items

main
walon 2025-07-25 21:07:45 +08:00
parent 7f158f814a
commit 1537690bb5
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ namespace HybridCLR
HOMOLOGOUS_ASSEMBLY_HAS_LOADED, // can not load supplementary metadata assembly for the same assembly
INVALID_HOMOLOGOUS_MODE, // invalid homologous image mode
PDB_BAD_FILE, // invalid pdb file
UNKNOWN_IMAGE_FORMAT,
UNSUPPORT_FORMAT_VERSION,
UNMATCH_FORMAT_VARIANT,
};
}