C# 클래스 Microsoft.JScript.ScriptStream

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Error System.IO.TextWriter
Out System.IO.TextWriter

공개 메소드들

메소드 설명
PrintStackTrace ( ) : void
PrintStackTrace ( Exception e ) : void
Write ( String str ) : void
WriteLine ( String str ) : void

메소드 상세

PrintStackTrace() 공개 정적인 메소드

public static PrintStackTrace ( ) : void
리턴 void

PrintStackTrace() 공개 정적인 메소드

public static PrintStackTrace ( Exception e ) : void
e System.Exception
리턴 void

Write() 공개 정적인 메소드

public static Write ( String str ) : void
str String
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( String str ) : void
str String
리턴 void

프로퍼티 상세

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

public static System.IO.TextWriter Error
리턴 System.IO.TextWriter

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

public static System.IO.TextWriter Out
리턴 System.IO.TextWriter