Esempio n. 1
0
 public unsafe static byte[] GetStructureBytes(this object structure)
 {
     return(Extractor.GetStructureBytes(structure));
 }
 public unsafe static Byte[] GetBytes(this ValueType objvalue)
 {
     return(Extractor.GetStructureBytes(objvalue));
 }