C# Class Microsoft.Win32.SafeHandles.SafeFileHandleHelper

Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
Open ( Func fdFunc ) : SafeFileHandle

Opens a SafeFileHandle for a file descriptor created by a provided delegate.

Open ( string path, Interop flags, int mode ) : SafeFileHandle

Opens the specified file with the requested flags and mode.