public void Replace(int offset, int length, string pattern)
 {
     Buffer.Replace(offset, length, pattern);
 }