C# Class Stdout, ilwasm

Afficher le fichier Open project: WebAssembly/ilwasm Class Usage Examples

Méthodes publiques

Свойство Type Description
Length int

Méthodes publiques

Méthode Description
printi ( int value ) : void
prints ( string str ) : void
putchar ( int ch ) : void

Private Methods

Méthode Description
get_stdout_length ( ) : int

Method Details

printi() public static méthode

public static printi ( int value ) : void
value int
Résultat void

prints() public static méthode

public static prints ( string str ) : void
str string
Résultat void

putchar() public static méthode

public static putchar ( int ch ) : void
ch int
Résultat void

Property Details

Length public_oe static_oe property

public static int Length
Résultat int