System.IO.__ConsoleStream.ReadFile C# (CSharp) Méthode

ReadFile() private méthode

private ReadFile ( System.IO.SafeFileHandle handle, byte bytes, int numBytesToRead, int &numBytesRead, IntPtr mustBeZero ) : int
handle System.IO.SafeFileHandle
bytes byte
numBytesToRead int
numBytesRead int
mustBeZero System.IntPtr
Résultat int
        unsafe private static extern int ReadFile(SafeFileHandle handle, byte* bytes, int numBytesToRead, out int numBytesRead, IntPtr mustBeZero);