Skip to content

remove redunadnt Marshal attribute#87

Merged
teach310 merged 2 commits intodevelopfrom
feature/remove_marshal
Nov 21, 2023
Merged

remove redunadnt Marshal attribute#87
teach310 merged 2 commits intodevelopfrom
feature/remove_marshal

Conversation

@teach310
Copy link
Copy Markdown
Owner

byte[] は Blittable なため MarshalAs アトリビュートは不要
そしてIn, Out アトリビュートもマーシャリング用なため不要

https://learn.microsoft.com/ja-jp/dotnet/api/system.runtime.interopservices.outattribute?view=net-8.0

teach310 added 2 commits November 21, 2023 18:56
byte[] は Blittable なため MarshalAs アトリビュートは不要
そしてIn, Out アトリビュートもマーシャリング用なため不要

https://learn.microsoft.com/ja-jp/dotnet/api/system.runtime.interopservices.outattribute?view=net-8.0
@teach310 teach310 merged commit 38c8658 into develop Nov 21, 2023
@teach310 teach310 deleted the feature/remove_marshal branch November 21, 2023 10:04
@teach310 teach310 restored the feature/remove_marshal branch November 21, 2023 10:07
@teach310 teach310 deleted the feature/remove_marshal branch November 21, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant