I am trying to align some data in a c# struct that was created in c++. I know I'm a couple of bytes off, but I can't tell where becuase VS organizes the members in alphabetical order, rather than the order the occur in the struct (which is defined explicitly). I am trying to align some data in a c# struct t