mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Support getting type info when writing symbols to symbols
This commit is contained in:
@@ -40,7 +40,7 @@ internal record IrisObject(object Object, TypeSchema Type)
|
||||
type ??= constantInfo.Type;
|
||||
}
|
||||
|
||||
type ??= Disassembler.GuessTypeSchema(obj.GetType(), context.LoadResult);
|
||||
type ??= Disassembler.TryGuessTypeSchema(obj.GetType(), context.LoadResult);
|
||||
|
||||
return new(obj, type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user