C# Class IronRuby.Builtins.RubyProcess

Show file Open project: ExpertsInside/IronSP Class Usage Examples

Private Methods

Method Description
CreateProcess ( RubyContext context, MutableString command, MutableString args ) : Process
CreateProcess ( RubyContext context, MutableString command, bool redirectOutput ) : Process
CreateProcess ( RubyContext context, MutableString command, bool redirectInput, bool redirectOutput, bool redirectErrorOutput ) : Process
EffectiveUserId ( RubyModule self ) : int
FillTimes ( RubyStruct result ) : void
GetAbsolutePaths ( PlatformAdaptationLayer pal, string path ) : IEnumerable
GetExecutable ( PlatformAdaptationLayer pal, string command, string &executable, string &arguments ) : void
GetExecutableFiles ( PlatformAdaptationLayer pal, string path ) : IEnumerable
GetParentPid ( RubyModule self ) : int
GetPid ( RubyModule self ) : int
GetTimes ( RubyModule self ) : RubyStruct
IndexOfUnquotedSpecialCharacter ( string str ) : int
IsShellCommand ( string str ) : bool
JoinArguments ( MutableString args ) : MutableString
Kill ( RubyModule self, object signalId, object pid ) : object
SetUserId ( RubyModule self, object temp ) : void
UserId ( RubyModule self ) : int
Wait ( RubyModule self ) : void
Wait2 ( RubyModule self ) : void
Waitall ( RubyModule self ) : RubyArray