C# 클래스 Native.StreamReader, HenchLua

상속: IDisposable
파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 메소드들

메소드 설명
Dispose ( ) : void
Read ( IntPtr L, IntPtr baton, UIntPtr &size ) : IntPtr
StreamReader ( Stream source ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 메소드

public Read ( IntPtr L, IntPtr baton, UIntPtr &size ) : IntPtr
L IntPtr
baton IntPtr
size UIntPtr
리턴 IntPtr

StreamReader() 공개 메소드

public StreamReader ( Stream source ) : System
source Stream
리턴 System