示例#1
0
 public byte[] ToByteArray()
 {
     byte[] thisByteArray = IpcFrameBase.ObjectToByteArray(this);
     return(thisByteArray);
 }