C# 클래스 Microsoft.Scripting.Hosting.Shell.Remote.RemoteConsoleCommandLine

Customize the CommandLine for remote scenarios
상속: System.CommandLine
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
RemoteConsoleCommandLine ( ScriptScope scope, Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher remoteCommandDispatcher, AutoResetEvent remoteOutputReceived ) : System

보호된 메소드들

메소드 설명
CreateCommandDispatcher ( ) : ICommandDispatcher
UnhandledException ( Exception e ) : void

비공개 메소드들

메소드 설명
UnhandledExceptionWorker ( Exception e ) : void

메소드 상세

CreateCommandDispatcher() 보호된 메소드

protected CreateCommandDispatcher ( ) : ICommandDispatcher
리턴 ICommandDispatcher

RemoteConsoleCommandLine() 공개 메소드

public RemoteConsoleCommandLine ( ScriptScope scope, Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher remoteCommandDispatcher, AutoResetEvent remoteOutputReceived ) : System
scope ScriptScope
remoteCommandDispatcher Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher
remoteOutputReceived System.Threading.AutoResetEvent
리턴 System

UnhandledException() 보호된 메소드

protected UnhandledException ( Exception e ) : void
e System.Exception
리턴 void