Skip to content

Add support for string types in C# code generator #174

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

Merged
merged 5 commits into from
Oct 11, 2020
Merged

Conversation

KN4CK3R
Copy link
Member

@KN4CK3R KN4CK3R commented Oct 11, 2020

This PR fixes #149.

Utf8TextNodes are supported with a MarshalAs(UnmanagedType.ByValTStr) attribute.
For Utf16TextNodes helper classes are generated.

@KN4CK3R KN4CK3R merged commit 075d0be into master Oct 11, 2020
@KN4CK3R KN4CK3R deleted the FixCodeGenerator branch October 11, 2020 13:51
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.

Handle strings in C# struct generation
1 participant