summaryrefslogtreecommitdiff
path: root/modules/mono/utils/macros.h
AgeCommit message (Collapse)Author
2018-10-17C#: Optimize struct marshallingIgnacio Etcheverry
- We no longer box struct to return them from internal calls. - Use reinterpret_cast if the managed struct layout is the same as the native struct.
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry