C# Class Server.NativeReaderWin32

Inheritance: INativeReader
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
NativeReaderWin32 ( ) : System
Read ( IntPtr ptr, void buffer, int length ) : void

Private Methods

Méthode Description
_lread ( IntPtr hFile, void lpBuffer, int wBytes ) : int

Method Details

NativeReaderWin32() public méthode

public NativeReaderWin32 ( ) : System
Résultat System

Read() public méthode

public Read ( IntPtr ptr, void buffer, int length ) : void
ptr System.IntPtr
buffer void
length int
Résultat void