C# Class Stdout, ilwasm

Datei anzeigen Open project: WebAssembly/ilwasm Class Usage Examples

Public Properties

Property Type Description
Length int

Public Methods

Method Description
printi ( int value ) : void
prints ( string str ) : void
putchar ( int ch ) : void

Private Methods

Method Description
get_stdout_length ( ) : int

Method Details

printi() public static method

public static printi ( int value ) : void
value int
return void

prints() public static method

public static prints ( string str ) : void
str string
return void

putchar() public static method

public static putchar ( int ch ) : void
ch int
return void

Property Details

Length public_oe static_oe property

public static int Length
return int