Mono.ClientCSharpShell.Run C# (CSharp) Method

Run() public method

public Run ( string startup_files ) : int
startup_files string
return int
		public override int Run (string [] startup_files)
		{
			// The difference is that we do not call Evaluator.Init, that is done on the target
			return ReadEvalPrintLoop ();
		}