C# Class MainClass, LibuvSharp

Afficher le fichier Open project: txdv/LibuvSharp Class Usage Examples

Méthodes publiques

Méthode Description
Compute ( IUVStream stream ) : Task
Compute ( Uri uri ) : Task
Compute ( string file ) : Task
Compute ( byte data ) : byte[]
Differentiate ( string argument ) : Task
Main ( string args ) : void

Method Details

Compute() public static méthode

public static Compute ( IUVStream stream ) : Task
stream IUVStream
Résultat Task

Compute() public static méthode

public static Compute ( Uri uri ) : Task
uri Uri
Résultat Task

Compute() public static méthode

public static Compute ( string file ) : Task
file string
Résultat Task

Compute() public static méthode

public static Compute ( byte data ) : byte[]
data byte
Résultat byte[]

Differentiate() public static méthode

public static Differentiate ( string argument ) : Task
argument string
Résultat Task

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void