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

Implement support for injecting events #55

Open
knah opened this issue Jun 16, 2021 · 0 comments
Open

Implement support for injecting events #55

knah opened this issue Jun 16, 2021 · 0 comments
Labels
class-injection For things concerning class injection/delegate conversion enhancement New feature or request

Comments

@knah
Copy link
Owner

knah commented Jun 16, 2021

I have no idea why this would be useful, but some reflection-based libraries might make use of this.
Events might be a bit tricky due to generated delegate types being not-really-delegates, so a managed-side event can't have an IL2CPP delegate type and vice versa.
Due to that, this might be non-implementable in general, unless some additional hoops are jumped, similar to those needed for field injection.

@knah knah added enhancement New feature or request class-injection For things concerning class injection/delegate conversion labels Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class-injection For things concerning class injection/delegate conversion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant