C# Class IronRuby.Builtins.KernelOps

Mostrar archivo Open project: jschementi/iron

Private Methods

Method Description
Abort ( BinaryOpStorage writeStorage, object self, [ message ) : void
Abort ( object self ) : void
AtExit ( BlockParam block, object self ) : Proc
CaseEquals ( BinaryOpStorage equals, object self, object other ) : bool
Catch ( BlockParam block, object self, object label ) : object
CheckOpenPipe ( RubyContext context, MutableString path, IOMode mode ) : RubyIO
Clone ( CallSiteStorage initializeCopyStorage, CallSiteStorage allocateStorage, bool isClone, object self ) : object
Clone ( CallSiteStorage initializeCopyStorage, CallSiteStorage allocateStorage, object self ) : object
Compare ( BinaryOpStorage equals, object self, object other ) : object
Create ( object self, [ enumeratorName ) : IronRuby.Builtins.Enumerator
CreateExceptionToRaise ( RespondToStorage respondToStorage, UnaryOpStorage storage0, BinaryOpStorage storage1, CallSiteStorage setBackTraceStorage, object obj, object arg, RubyArray backtrace ) : Exception
CreateLambda ( BlockParam block, object self ) : Proc
CreateProc ( BlockParam block, object self ) : Proc
DefineSingletonMethod ( IronRuby.Runtime.RubyScope scope, [ block, object self, [ methodName ) : Proc
DefineSingletonMethod ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, [ block ) : Proc
DefineSingletonMethod ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, [ method ) : RubyMethod
DefineSingletonMethod ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, [ method ) : IronRuby.Builtins.UnboundMethod
Display ( BinaryOpStorage writeStorage, object self ) : void
Duplicate ( CallSiteStorage initializeCopyStorage, CallSiteStorage allocateStorage, object self ) : object
Evaluate ( IronRuby.Runtime.RubyScope scope, object self, [ code, [ binding, [ file, [ line ) : object
Execute ( RubyContext context, object self, [ command ) : void
ExecuteCommand ( RubyContext context, object self, [ command ) : MutableString
Exit ( object self ) : void
Exit ( object self, [ isSuccessful ) : void
Extend ( CallSiteStorage extendObjectStorage, CallSiteStorage extendedStorage, object self, [ module ) : object
Freeze ( RubyContext context, object self ) : object
Frozen ( RubyContext context, object self ) : bool
Frozen ( [ self ) : bool
GetAutoloadedConstantPath ( IronRuby.Runtime.RubyScope scope, object self, [ constantName ) : MutableString
GetClass ( RubyContext context, object self ) : RubyClass
GetClassObsolete ( RubyContext context, object self ) : RubyClass
GetClrMember ( RubyContext context, object self, [ asType, [ name ) : RubyMethod
GetGlobalVariableNames ( RubyContext context, object self ) : RubyArray
GetId ( RubyContext context, object self ) : object
GetInstanceVariableNames ( RubyContext context, object self ) : RubyArray
GetLocalScope ( IronRuby.Runtime.RubyScope scope, object self ) : Binding
GetLocalVariableNames ( IronRuby.Runtime.RubyScope scope, object self ) : RubyArray
GetMethod ( RubyContext context, object self, [ name ) : RubyMethod
GetMethods ( RubyContext context, object self, [ inherited ) : RubyArray
GetMethods ( RubyContext context, object self, bool inherited, RubyMethodAttributes attributes ) : RubyArray
GetObjectId ( RubyContext context, object self ) : object
GetPrivateMethods ( RubyContext context, object self, [ inherited ) : RubyArray
GetProtectedMethods ( RubyContext context, object self, [ inherited ) : RubyArray
GetPublicMethods ( RubyContext context, object self, [ inherited ) : RubyArray
GetSingletonMethods ( RubyContext context, object self, [ inherited ) : RubyArray
GetStackTrace ( RubyContext context, object self, [ skipFrames ) : RubyArray
HasBlock ( IronRuby.Runtime.RubyScope scope, object self ) : bool
Hash ( [ self ) : int
Hash ( object self ) : int
InitializeCopy ( RubyContext context, object self, object source ) : object
Inspect ( UnaryOpStorage inspectStorage, ConversionStorage tosConversion, object self ) : MutableString
InstanceVariableDefined ( RubyContext context, object self, [ name ) : bool
InstanceVariableGet ( RubyContext context, object self, [ name ) : object
InstanceVariableSet ( RubyContext context, object self, [ name, object value ) : object
IsKindOf ( object self, RubyModule other ) : bool
IsNil ( object self ) : bool
IsOfClass ( object self, RubyModule other ) : bool
Load ( ConversionStorage toPath, IronRuby.Runtime.RubyScope scope, object self, object libraryName, [ wrap ) : bool
LoadAssembly ( RubyContext context, object self, [ assemblyName, [ libraryNamespace ) : bool
Loop ( BlockParam block, object self ) : object
Match ( object self, object other ) : object
NotMatch ( BinaryOpStorage match, object self, object other ) : bool
Open ( RubyContext context, object self, [ path, [ modeString, [ permission ) : RubyIO
Open ( RubyContext context, object self, [ path, int mode, [ permission ) : RubyIO
Open ( RubyContext context, [ block, object self, [ path, [ mode, [ permission ) : object
Open ( RubyContext context, [ block, object self, [ path, int mode, [ permission ) : object
OpenWithBlock ( BlockParam block, RubyIO file ) : object
Print ( BinaryOpStorage writeStorage, IronRuby.Runtime.RubyScope scope, object self ) : void
Print ( BinaryOpStorage writeStorage, object self ) : void
Print ( BinaryOpStorage writeStorage, object self, object val ) : void
PrintFormatted ( IronRuby.Builtins.StringFormatterSiteStorage storage, ConversionStorage stringCast, BinaryOpStorage writeStorage, object self, [ format ) : void
PrintFormatted ( IronRuby.Builtins.StringFormatterSiteStorage storage, ConversionStorage stringCast, BinaryOpStorage writeStorage, object self, object io, [ format ) : void
PrintInspect ( BinaryOpStorage writeStorage, UnaryOpStorage inspectStorage, ConversionStorage tosConversion, object self ) : object
PutString ( BinaryOpStorage writeStorage, ConversionStorage tosConversion, ConversionStorage tryToAry, object self ) : void
PutString ( BinaryOpStorage writeStorage, ConversionStorage tosConversion, ConversionStorage tryToAry, object self, object arg ) : void
PutString ( BinaryOpStorage writeStorage, object self, [ arg ) : void
Putc ( BinaryOpStorage writeStorage, object self, [ arg ) : MutableString
Putc ( BinaryOpStorage writeStorage, object self, [ arg ) : int
PutsEmptyLine ( BinaryOpStorage writeStorage, object self ) : void
RaiseException ( RespondToStorage respondToStorage, UnaryOpStorage storage0, BinaryOpStorage storage1, CallSiteStorage setBackTraceStorage, object self, object obj, [ arg, [ backtrace ) : void
RaiseException ( RubyContext context, object self ) : void
RaiseException ( object self, [ message ) : void
Random ( RubyContext context, object self ) : double
Random ( ConversionStorage conversion, RubyContext context, object self, object limit ) : object
Random ( RubyContext context, object self, int limit ) : object
ReadInputLine ( CallSiteStorage storage, object self, [ separator, [ limit ) : object
ReadInputLine ( CallSiteStorage storage, object self, [ separator ) : object
ReadInputLine ( CallSiteStorage storage, object self ) : object
RemoveInstanceVariable ( RubyContext context, object self, [ name ) : object
ReportWarning ( BinaryOpStorage writeStorage, ConversionStorage tosConversion, object self, object message ) : void
Require ( ConversionStorage toPath, IronRuby.Runtime.RubyScope scope, object self, object libraryName ) : bool
RespondTo ( RubyContext context, object self, [ methodName, [ includePrivate ) : bool
SeedRandomNumberGenerator ( RubyContext context, object self ) : object
SeedRandomNumberGenerator ( RubyContext context, object self, [ seed ) : object
Select ( RubyContext context, object self, RubyArray read, [ write, [ error ) : RubyArray
Select ( RubyContext context, object self, RubyArray read, [ write, [ error, double timeoutInSeconds ) : RubyArray
Select ( RubyContext context, object self, RubyArray read, [ write, [ error, int timeoutInSeconds ) : RubyArray
SendMessage ( IronRuby.Runtime.RubyScope scope, BlockParam block, object self, [ methodName ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, BlockParam block, object self, [ methodName, object arg1 ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, BlockParam block, object self, [ methodName, object arg1, object arg2 ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, BlockParam block, object self, [ methodName, object arg1, object arg2, object arg3 ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, object self ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, object self, [ methodName ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, object arg1 ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, object arg1, object arg2 ) : object
SendMessage ( IronRuby.Runtime.RubyScope scope, object self, [ methodName, object arg1, object arg2, object arg3 ) : object
SendMessageOpt ( IronRuby.Runtime.RubyScope scope, BlockParam block, object self, string methodName, object args ) : object
SetAutoloadedConstant ( IronRuby.Runtime.RubyScope scope, object self, [ constantName, [ path ) : void
SetPermission ( RubyContext context, string fileName, int permission ) : void
SetTraceListener ( RubyContext context, object self, Proc listener ) : Proc
Sleep ( object self, double seconds ) : int
Sleep ( object self, int seconds ) : int
Sleep ( object self ) : void
Sprintf ( IronRuby.Builtins.StringFormatterSiteStorage storage, object self, [ format ) : MutableString
System ( RubyContext context, object self, [ command ) : bool
Taint ( RubyContext context, object self ) : object
Tainted ( RubyContext context, object self ) : bool
Tap ( IronRuby.Runtime.RubyScope scope, [ block, object self ) : object
TerminateExecution ( RubyContext context, object self ) : void
TerminateExecution ( RubyContext context, object self, bool isSuccessful ) : void
TerminateExecution ( RubyContext context, object self, int exitCode ) : void
Test ( ConversionStorage toPath, object self, [ cmd, object path ) : object
Test ( RubyContext context, object self, int cmd, [ file1, [ file2 ) : object
Throw ( RubyContext context, object self, object label, [ returnValue ) : void
ToArray ( ConversionStorage tryToAry, ConversionStorage tryToA, object self, object obj ) : IList
ToComplex ( CallSiteStorage toComplex, IronRuby.Runtime.RubyScope scope, object self, object real, [ imaginary ) : object
ToFloat ( object self, [ value ) : double
ToInteger ( ConversionStorage integerConversion, object self, object value ) : object
ToInteger ( object self, [ value ) : object
ToRational ( CallSiteStorage toRational, IronRuby.Runtime.RubyScope scope, object self, object numerator, [ denominator ) : object
ToS ( [ self ) : MutableString
ToS ( object self ) : MutableString
ToString ( ConversionStorage tosConversion, object self, object obj ) : object
Trap ( RubyContext context, [ block, object self, object signalId ) : object
Trap ( RubyContext context, object self, object signalId, Proc proc ) : object
Trust ( RubyContext context, object self ) : object
Untaint ( RubyContext context, object self ) : object
Untrust ( RubyContext context, object self ) : object
Untrusted ( RubyContext context, object self ) : bool
UsingClrExtensions ( RubyContext context, object self, RubyModule namespaceModule ) : void
ValueEquals ( [ self, object other ) : bool
ValueEquals ( object self, object other ) : bool