C# 클래스 WindowsExecutionEngine.InputWriter

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

공개 메소드들

메소드 설명
InputWriter ( StreamWriter writer, string input ) : System
Writeinput ( ) : void

메소드 상세

InputWriter() 공개 메소드

public InputWriter ( StreamWriter writer, string input ) : System
writer System.IO.StreamWriter
input string
리턴 System

Writeinput() 공개 메소드

public Writeinput ( ) : void
리턴 void