| Overload | Description |
|---|---|
| GetTempFileStream(String,Boolean) | Open a temporary file for read and write and return the open FileStream. |
| GetTempFileStream() | Open a temporary file for read and write and return the open FileStream which will delete-on-close. |
| GetTempFileStream(String) | Open a temporary file for read and write and return the open FileStream which will NOT delete-on-close. |