Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Server
NativeReaderWin32
C# Class Server.NativeReaderWin32
Inheritance:
INativeReader
Mostra file
Open project: Grimoric/RunUO.T2A
Class Usage Examples
Public Methods
Method
Description
NativeReaderWin32
( ) :
System
Read
(
IntPtr
ptr
,
void
buffer
,
int
length
) :
void
Private Methods
Method
Description
_lread
(
IntPtr
hFile
,
void
lpBuffer
,
int
wBytes
) :
int
Method Details
NativeReaderWin32()
public
method
public
NativeReaderWin32
( ) :
System
return
System
Read()
public
method
public
Read
(
IntPtr
ptr
,
void
buffer
,
int
length
) :
void
ptr
System.IntPtr
buffer
void
length
int
return
void