joki
joki
CC#
Created by joki on 12/1/2023 in #help
How would one go about finding the size of a delegate* <void>, be the function managed or unmanaged?
I need to get the length of the data inside the managed/unmanaged function pointer delegate* <T> (void in this case), how would I go about doing that as Marshal or Unsafe dont work.
7 replies
CC#
Created by joki on 3/8/2023 in #help
❔ Xamarin Long lasting out of app threads/services??
Does anybody know how to keep a thread running in background while out of the app/locked screen in xamarin forms? Iv tried everything and the longest it will be alive is ~71 seconds I require this for a notification service.
2 replies
CC#
Created by joki on 11/24/2022 in #help
❔ Does this method cause boxing of value types?
31 replies
CC#
Created by joki on 11/11/2022 in #help
❔ A question about struct - interface implementation
Structs that implement interfaces arent allocated on the heap normally, rather just if being cast to the specific interface? I'm posting this because im not 100% sure about it
5 replies