C# 클래스 Gobiner.SecureRepl.ProcessWrapper

상속: IRepl, IDisposable
파일 보기 프로젝트 열기: Gobiner/DotNetRepl

공개 메소드들

메소드 설명
Dispose ( ) : void
Execute ( string inp ) : string
KeepAlive ( ) : void
Kill ( ) : void
ProcessWrapper ( ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( string inp ) : string
inp string
리턴 string

KeepAlive() 공개 메소드

public KeepAlive ( ) : void
리턴 void

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ProcessWrapper() 공개 메소드

public ProcessWrapper ( ) : System
리턴 System