Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for byref generic parameters in methods #79

Merged
merged 8 commits into from
Feb 24, 2023
Merged

Conversation

Kasuromi
Copy link
Member

Adds support for byref generic parameters in methods, e.g. Il2CppSystem.Collections.Dictionary.TryGetValue(TKey key, out TValue value)

Closes #73

fixes an issue where out parameters larger than sizeof(nint) would cause a buffer overflow
Il2CppInterop.Runtime/IL2CPP.cs Outdated Show resolved Hide resolved
@Kasuromi Kasuromi merged commit 69c53af into master Feb 24, 2023
@Kasuromi Kasuromi deleted the generic-byrefs branch February 27, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method not found: 'Void System.__Canon..ctor(IntPtr)
2 participants