C# Class Microsoft.Scripting.Hosting.Shell.Remote.RemoteConsoleCommandLine

Customize the CommandLine for remote scenarios
Inheritance: System.CommandLine
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
RemoteConsoleCommandLine ( ScriptScope scope, Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher remoteCommandDispatcher, AutoResetEvent remoteOutputReceived ) : System

Protected Methods

Method Description
CreateCommandDispatcher ( ) : ICommandDispatcher
UnhandledException ( Exception e ) : void

Private Methods

Method Description
UnhandledExceptionWorker ( Exception e ) : void

Method Details

CreateCommandDispatcher() protected method

protected CreateCommandDispatcher ( ) : ICommandDispatcher
return ICommandDispatcher

RemoteConsoleCommandLine() public method

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
return System

UnhandledException() protected method

protected UnhandledException ( Exception e ) : void
e System.Exception
return void