Overload List
| Name | Description | |
|---|---|---|
| SetTermBuffer(String) | Copies the contents of buffer into the termBuffer array. | |
| SetTermBuffer(array<Char>[]()[][], Int32, Int32) | Copies the contents of buffer, starting at offset for
length characters, into the termBuffer array.
| |
| SetTermBuffer(String, Int32, Int32) | Copies the contents of buffer, starting at offset and continuing
for length characters, into the termBuffer array.
|