C# 클래스 MainClass, LibuvSharp

파일 보기 프로젝트 열기: txdv/LibuvSharp 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( IUVStream stream ) : Task
Compute ( Uri uri ) : Task
Compute ( string file ) : Task
Compute ( byte data ) : byte[]
Differentiate ( string argument ) : Task
Main ( string args ) : void

메소드 상세

Compute() 공개 정적인 메소드

public static Compute ( IUVStream stream ) : Task
stream IUVStream
리턴 Task

Compute() 공개 정적인 메소드

public static Compute ( Uri uri ) : Task
uri Uri
리턴 Task

Compute() 공개 정적인 메소드

public static Compute ( string file ) : Task
file string
리턴 Task

Compute() 공개 정적인 메소드

public static Compute ( byte data ) : byte[]
data byte
리턴 byte[]

Differentiate() 공개 정적인 메소드

public static Differentiate ( string argument ) : Task
argument string
리턴 Task

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void