mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
接入obfuz->2.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace HybridCLR
|
||||
{
|
||||
public enum LoadImageErrorCode
|
||||
{
|
||||
OK = 0,
|
||||
BAD_IMAGE, // invalid dll file
|
||||
NOT_IMPLEMENT, // not implement feature
|
||||
AOT_ASSEMBLY_NOT_FIND, // AOT assembly not found
|
||||
HOMOLOGOUS_ONLY_SUPPORT_AOT_ASSEMBLY, // can not load supplementary metadata assembly for non-AOT assembly
|
||||
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
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user