반응형
Marshaling Data Type
참고:
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ac7ay120(v=vs.100)
Marshaling Strings
참고:
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/e8w969hb(v=vs.100)
Strings used in structures
Marshaling Classes, Structures, and Unions
참고:
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/eshywdt7(v=vs.100)
Marshaling Arrays of Types
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd93y453(v=vs.100)
Miscellaneous Marshaling Samples
참고:
https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ss9sb93t(v=vs.100)
반응형
'C#' 카테고리의 다른 글
마샬링이란? | Marshaling? (0) | 2023.02.17 |
---|---|
C# bool 형식 마샬링 할 때 주의 할 점 | C# Boolean Marshaling (0) | 2023.02.16 |
ArgumentException: Partial byte sequence encountered in the input. (0) | 2023.02.13 |
C++ 클래스를 DLL로 C#에서 사용 하기 | Marshalling C++ class to C# (0) | 2023.01.30 |
C# List<T> FindIndex 사용법 (0) | 2023.01.18 |