C# Class System.IO.FileSystemWatcher.AsyncReadState

State information used by the ReadDirectoryChangesW callback. A single instance of this is used for an entire session, getting passed to each iterative call to ReadDirectoryChangesW.
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
AsyncReadState Microsoft.Win32.SafeHandles

Private Methods

Méthode Description
AsyncReadState ( int session, byte buffer, SafeFileHandle handle, ThreadPoolBoundHandle binding ) : Microsoft.Win32.SafeHandles