public int Int32_31
{
get
{
byte[] dst = new byte[4];
Buffer.BlockCopy(this.Byte_0, 0x3e, dst, 0, 4);
return BitConverter.ToInt32(dst, 0);
}
set
{
Buffer.BlockCopy(BitConverter.GetBytes(value), 0, this.Byte_0, 0x3e, 4);
}
}
public int Int32_32
{
get
{
byte[] dst = new byte[4];
Buffer.BlockCopy(this.Byte_0, 0x44, dst, 0, 2);
return BitConverter.ToInt32(dst, 0);
}
set
{
Buffer.BlockCopy(BitConverter.GetBytes(value), 0, this.Byte_0, 0x44, 2);
}
}
public int In