FileStream: Handle (get)

Handle

Returns the handle to the underlying stream.



 Public Property Get Handle ( ) As Long

Return Values

Long -  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 VBCorLib Overview Class FileStream Overview FileStream Properties FileStream Methods GetHashCode IObject