Eto.IO.EtoFileInfo.Open(System.IO.FileMode)

Here are the examples of the csharp api Eto.IO.EtoFileInfo.Open(System.IO.FileMode) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : EtoFileInfo.cs
with MIT License
from cwensley

public virtual Stream OpenRead()
		{
			return Open(FileMode.Open);
		}