public HackMethodCall(HackMethod method, AddressableTypedEntity entity) { Method = method; ThisPointer = entity.Address; }
public HackMethodCall(HackMethod method, nuint?thisPointer) { Method = method; ThisPointer = thisPointer; }