FileStream: SafeFileHandle (get)

SafeFileHandle

Returns the handle to the underlying stream.



 Public Property Get SafeFileHandle ( ) As SafeFileHandle

Return Values

SafeFileHandle -  The handle for the underlying stream.

Remarks

If there is any information in the buffers, they are flushed back to the underlying stream before the handle is returned.

Read Only.

See Also

Project CorLib Overview

Class FileStream Overview