[Mono-devel-list] Flushing a FileStream to disk

Miguel de Icaza miguel at ximian.com
Fri Nov 5 13:58:32 EST 2004


Hello,

> > Thanks!
> > 
> > I ended up using reflection to call System.IO.MonoIO.Flush() (the one in =
> > Mono's mscorlib.dll). Hopefully that'll remain stable.
> 
> We make no guarantees whatsoever about the stability of internal
> classes.

IKVM is an important project to support, so we should flag
`System.IO.MonoIO.Flush' as an API call that we must preserve for him to
use.

And if we need to make changes, we should contact Jeroen about this.  

It is not a public .NET API (and hence we do not expose it directly),
but we could certainly state that this is a supported API by Mono for
the purpose of people who need this functionality. 

Miguel.



More information about the Mono-devel-list mailing list