C# 클래스 Stdout, ilwasm

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

공개 프로퍼티들

프로퍼티 타입 설명
Length int

공개 메소드들

메소드 설명
printi ( int value ) : void
prints ( string str ) : void
putchar ( int ch ) : void

비공개 메소드들

메소드 설명
get_stdout_length ( ) : int

메소드 상세

printi() 공개 정적인 메소드

public static printi ( int value ) : void
value int
리턴 void

prints() 공개 정적인 메소드

public static prints ( string str ) : void
str string
리턴 void

putchar() 공개 정적인 메소드

public static putchar ( int ch ) : void
ch int
리턴 void

프로퍼티 상세

Length 공개적으로 정적으로 프로퍼티

public static int Length
리턴 int