C# 클래스 IronRuby.Builtins.RubyProcess

파일 보기 프로젝트 열기: ExpertsInside/IronSP 1 사용 예제들

비공개 메소드들

메소드 설명
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