List Question
20 TechQA 2024-02-01T03:45:20.693000Release Build UWP C# Struct One Byte Larger than Debug
39 views
Asked by Brian A. Henning
Packed struct size is 40 even though member sizes add to 36
102 views
Asked by intrigued_66
Trailing padding in C/C++ in nested structures - is it neccesary?
1.6k views
Asked by Dom324
Pad a struct so its size is a multiple of 16 bytes
408 views
Asked by Roy T.
Does work the StructLayout attribute with generic in C#?
202 views
Asked by jjw
Is it possible to have a union struct with fixed buffer and another struct with array or string fields in C#?
247 views
Asked by Victor Ponamarev
C to C# struct with union byte array Map
128 views
Asked by REPEATSIT
nesting arrays of C# classes
160 views
Asked by buzzard51
Marshal.Sizeof() returning unexpected value
327 views
Asked by buzzard51
C# StructLayout and dispose
226 views
Asked by CivilKen
Must FieldOffset be used on every class/struct member if it is used at all?
690 views
Asked by Mr. Boy
Can I make sure resharper does not change the order of the fields in this class?
497 views
Asked by Tvde1
Fixed sbyte[] to string C#
3.1k views
Asked by Cesar
Difference between [StructLayout(LayoutKind.Sequential)] and TypeAttributes.SequentialLayout?
785 views
Asked by Thomas Flinkow
FxCop warning won't go away
65 views
Asked by ajeh
undefined behaviour with fieldoffset
229 views
Asked by abdellah_gogop
undefined behaviour with StructLayout and FieldOffset
351 views
Asked by abdellah_gogop
Is it legit code to tag an object like this?
159 views
Asked by Mike de Klerk