Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Server
NativeReaderUnix
C# Class Server.NativeReaderUnix
Inheritance:
INativeReader
Mostrar archivo
Open project: Grimoric/RunUO.T2A
Class Usage Examples
Public Methods
Method
Description
NativeReaderUnix
( ) :
System
Read
(
IntPtr
ptr
,
void
buffer
,
int
length
) :
void
Private Methods
Method
Description
read
(
IntPtr
ptr
,
void
buffer
,
int
length
) :
int
Method Details
NativeReaderUnix()
public
method
public
NativeReaderUnix
( ) :
System
return
System
Read()
public
method
public
Read
(
IntPtr
ptr
,
void
buffer
,
int
length
) :
void
ptr
System.IntPtr
buffer
void
length
int
return
void