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?
Doesn't matter, I can use C and interop call it with C#
7 replies
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 the size of the structure the pointer holds (aka the size of the method stored in that memory space)
7 replies
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?
That irrelevant
7 replies
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?
No I do not want the size of the pointer
7 replies
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?
Could there be a sequence of bytes at the end of the function data signifying its end?
7 replies
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 tried google but it just pops pages about regular delegates in c#, no mention about getting their size
7 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/24/2022 in #help
❔ Does this method cause boxing of value types?
those create pointers to unmanaged memory
31 replies
CC#
Created by joki on 11/24/2022 in #help
❔ Does this method cause boxing of value types?
well not most likely, it will end up on the heap, [] is a reference type
31 replies
CC#
Created by joki on 11/24/2022 in #help
❔ Does this method cause boxing of value types?
since theyre in an array
31 replies
CC#
Created by joki on 11/24/2022 in #help
❔ Does this method cause boxing of value types?
or does that not matter because they are already allocated on the heap?
31 replies
CC#
Created by joki on 11/11/2022 in #help
❔ A question about struct - interface implementation
Yeah thats what I thought, thanks
5 replies