C# Class IronRuby.Builtins.BuiltinsLibraryInitializer

Inheritance: IronRuby.Builtins.LibraryInitializer
Show file Open project: IronLanguages/main

Public Methods

Method Description
ExceptionFactory__ArgumentError ( IronRuby self, [ message ) : Exception
ExceptionFactory__EOFError ( IronRuby self, [ message ) : Exception
ExceptionFactory__EncodingError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Encoding__CompatibilityError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Encoding__ConverterNotFoundError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Encoding__InvalidByteSequenceError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Encoding__UndefinedConversionError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Exception ( IronRuby self, [ message ) : Exception
ExceptionFactory__FloatDomainError ( IronRuby self, [ message ) : Exception
ExceptionFactory__IOError ( IronRuby self, [ message ) : Exception
ExceptionFactory__IndexError ( IronRuby self, [ message ) : Exception
ExceptionFactory__Interrupt ( IronRuby self, [ message ) : Exception
ExceptionFactory__LoadError ( IronRuby self, [ message ) : Exception
ExceptionFactory__LocalJumpError ( IronRuby self, [ message ) : Exception
ExceptionFactory__NameError ( IronRuby self, [ message ) : Exception
ExceptionFactory__NoMemoryError ( IronRuby self, [ message ) : Exception
ExceptionFactory__NoMethodError ( IronRuby self, [ message ) : Exception
ExceptionFactory__NotImplementedError ( IronRuby self, [ message ) : Exception
ExceptionFactory__RangeError ( IronRuby self, [ message ) : Exception
ExceptionFactory__RegexpError ( IronRuby self, [ message ) : Exception
ExceptionFactory__RuntimeError ( IronRuby self, [ message ) : Exception
ExceptionFactory__ScriptError ( IronRuby self, [ message ) : Exception
ExceptionFactory__SecurityError ( IronRuby self, [ message ) : Exception
ExceptionFactory__SignalException ( IronRuby self, [ message ) : Exception
ExceptionFactory__StandardError ( IronRuby self, [ message ) : Exception
ExceptionFactory__SyntaxError ( IronRuby self, [ message ) : Exception
ExceptionFactory__SystemCallError ( IronRuby self, [ message ) : Exception
ExceptionFactory__SystemExit ( IronRuby self, [ message ) : Exception
ExceptionFactory__SystemStackError ( IronRuby self, [ message ) : Exception
ExceptionFactory__ThreadError ( IronRuby self, [ message ) : Exception
ExceptionFactory__TypeError ( IronRuby self, [ message ) : Exception
ExceptionFactory__ZeroDivisionError ( IronRuby self, [ message ) : Exception

Protected Methods

Method Description
LoadModules ( ) : void

Private Methods

Method Description
LoadArgumentError_Instance ( IronRuby module ) : void
LoadArray_Class ( IronRuby module ) : void
LoadArray_Constants ( IronRuby module ) : void
LoadArray_Instance ( IronRuby module ) : void
LoadBasicObject_Class ( IronRuby module ) : void
LoadBasicObject_Instance ( IronRuby module ) : void
LoadBignum_Class ( IronRuby module ) : void
LoadBignum_Constants ( IronRuby module ) : void
LoadBignum_Instance ( IronRuby module ) : void
LoadBinding_Class ( IronRuby module ) : void
LoadBinding_Instance ( IronRuby module ) : void
LoadClass_Class ( IronRuby module ) : void
LoadClass_Instance ( IronRuby module ) : void
LoadComparable_Instance ( IronRuby module ) : void
LoadDir_Class ( IronRuby module ) : void
LoadDir_Instance ( IronRuby module ) : void
LoadEncoding_Class ( IronRuby module ) : void
LoadEncoding_Constants ( IronRuby module ) : void
LoadEncoding_Instance ( IronRuby module ) : void
LoadEnumerable_Instance ( IronRuby module ) : void
LoadEnumerator_Instance ( IronRuby module ) : void
LoadErrno__EAGAIN_Constants ( IronRuby module ) : void
LoadErrno__EWOULDBLOCK_Constants ( IronRuby module ) : void
LoadException_Class ( IronRuby module ) : void
LoadException_Instance ( IronRuby module ) : void
LoadFalseClass_Instance ( IronRuby module ) : void
LoadFileTest_Class ( IronRuby module ) : void
LoadFileTest_Instance ( IronRuby module ) : void
LoadFile_Class ( IronRuby module ) : void
LoadFile_Constants ( IronRuby module ) : void
LoadFile_Instance ( IronRuby module ) : void
LoadFile__Constants_Constants ( IronRuby module ) : void
LoadFile__Stat_Instance ( IronRuby module ) : void
LoadFixnum_Class ( IronRuby module ) : void
LoadFixnum_Constants ( IronRuby module ) : void
LoadFixnum_Instance ( IronRuby module ) : void
LoadFloat_Class ( IronRuby module ) : void
LoadFloat_Constants ( IronRuby module ) : void
LoadFloat_Instance ( IronRuby module ) : void
LoadGC_Class ( IronRuby module ) : void
LoadGC_Instance ( IronRuby module ) : void
LoadHash_Class ( IronRuby module ) : void
LoadHash_Constants ( IronRuby module ) : void
LoadHash_Instance ( IronRuby module ) : void
LoadIO_Class ( IronRuby module ) : void
LoadIO_Constants ( IronRuby module ) : void
LoadIO_Instance ( IronRuby module ) : void
LoadInteger_Class ( IronRuby module ) : void
LoadInteger_Instance ( IronRuby module ) : void
LoadIronRuby_Class ( IronRuby module ) : void
LoadIronRuby__Clr_Class ( IronRuby module ) : void
LoadIronRuby__Clr__BigInteger_Instance ( IronRuby module ) : void
LoadIronRuby__Clr__FlagEnumeration_Instance ( IronRuby module ) : void
LoadIronRuby__Clr__Float_Class ( IronRuby module ) : void
LoadIronRuby__Clr__Float_Instance ( IronRuby module ) : void
LoadIronRuby__Clr__Integer_Instance ( IronRuby module ) : void
LoadIronRuby__Clr__Name_Class ( IronRuby module ) : void
LoadIronRuby__Clr__Name_Instance ( IronRuby module ) : void
LoadIronRuby__Clr__String_Instance ( IronRuby module ) : void
LoadIronRuby__Print_Instance ( IronRuby module ) : void
LoadKernel_Class ( IronRuby module ) : void
LoadKernel_Instance ( IronRuby module ) : void
LoadMarshal_Class ( IronRuby module ) : void
LoadMarshal_Constants ( IronRuby module ) : void
LoadMatchData_Class ( IronRuby module ) : void
LoadMatchData_Instance ( IronRuby module ) : void
LoadMath_Class ( IronRuby module ) : void
LoadMath_Constants ( IronRuby module ) : void
LoadMath_Instance ( IronRuby module ) : void
LoadMethod_Instance ( IronRuby module ) : void
LoadMicrosoft__Scripting__Actions__TypeGroup_Instance ( IronRuby module ) : void
LoadMicrosoft__Scripting__Actions__TypeTracker_Instance ( IronRuby module ) : void
LoadModule_Class ( IronRuby module ) : void
LoadModule_Instance ( IronRuby module ) : void
LoadNilClass_Instance ( IronRuby module ) : void
LoadNoMethodError_Instance ( IronRuby module ) : void
LoadNumeric_Instance ( IronRuby module ) : void
LoadObjectSpace_Class ( IronRuby module ) : void
LoadObject_Class ( IronRuby module ) : void
LoadObject_Constants ( IronRuby module ) : void
LoadObject_Instance ( IronRuby module ) : void
LoadPrecision_Class ( IronRuby module ) : void
LoadPrecision_Instance ( IronRuby module ) : void
LoadProc_Class ( IronRuby module ) : void
LoadProc_Instance ( IronRuby module ) : void
LoadProcess_Class ( IronRuby module ) : void
LoadProcess_Instance ( IronRuby module ) : void
LoadProcess__Status_Class ( IronRuby module ) : void
LoadProcess__Status_Instance ( IronRuby module ) : void
LoadRangeError_Instance ( IronRuby module ) : void
LoadRange_Instance ( IronRuby module ) : void
LoadRegexp_Class ( IronRuby module ) : void
LoadRegexp_Constants ( IronRuby module ) : void
LoadRegexp_Instance ( IronRuby module ) : void
LoadSignal_Class ( IronRuby module ) : void
LoadString_Class ( IronRuby module ) : void
LoadString_Instance ( IronRuby module ) : void
LoadStruct_Class ( IronRuby module ) : void
LoadStruct_Constants ( IronRuby module ) : void
LoadStruct_Instance ( IronRuby module ) : void
LoadSymbol_Class ( IronRuby module ) : void
LoadSymbol_Instance ( IronRuby module ) : void
LoadSystemCallError_Instance ( IronRuby module ) : void
LoadSystemExit_Instance ( IronRuby module ) : void
LoadSystem__Byte_Class ( IronRuby module ) : void
LoadSystem__Byte_Constants ( IronRuby module ) : void
LoadSystem__Byte_Instance ( IronRuby module ) : void
LoadSystem__Char_Instance ( IronRuby module ) : void
LoadSystem__Collections__Generic__IDictionary_Instance ( IronRuby module ) : void
LoadSystem__Collections__IEnumerable_Instance ( IronRuby module ) : void
LoadSystem__Collections__IList_Instance ( IronRuby module ) : void
LoadSystem__Decimal_Class ( IronRuby module ) : void
LoadSystem__Decimal_Instance ( IronRuby module ) : void
LoadSystem__IComparable_Instance ( IronRuby module ) : void
LoadSystem__Int16_Class ( IronRuby module ) : void
LoadSystem__Int16_Constants ( IronRuby module ) : void
LoadSystem__Int16_Instance ( IronRuby module ) : void
LoadSystem__Int64_Class ( IronRuby module ) : void
LoadSystem__Int64_Constants ( IronRuby module ) : void
LoadSystem__Int64_Instance ( IronRuby module ) : void
LoadSystem__SByte_Class ( IronRuby module ) : void
LoadSystem__SByte_Constants ( IronRuby module ) : void
LoadSystem__SByte_Instance ( IronRuby module ) : void
LoadSystem__Single_Class ( IronRuby module ) : void
LoadSystem__Single_Constants ( IronRuby module ) : void
LoadSystem__Single_Instance ( IronRuby module ) : void
LoadSystem__String_Instance ( IronRuby module ) : void
LoadSystem__Type_Instance ( IronRuby module ) : void
LoadSystem__UInt16_Class ( IronRuby module ) : void
LoadSystem__UInt16_Constants ( IronRuby module ) : void
LoadSystem__UInt16_Instance ( IronRuby module ) : void
LoadSystem__UInt32_Class ( IronRuby module ) : void
LoadSystem__UInt32_Constants ( IronRuby module ) : void
LoadSystem__UInt32_Instance ( IronRuby module ) : void
LoadSystem__UInt64_Class ( IronRuby module ) : void
LoadSystem__UInt64_Constants ( IronRuby module ) : void
LoadSystem__UInt64_Instance ( IronRuby module ) : void
LoadThreadGroup_Constants ( IronRuby module ) : void
LoadThreadGroup_Instance ( IronRuby module ) : void
LoadThread_Class ( IronRuby module ) : void
LoadThread_Instance ( IronRuby module ) : void
LoadTime_Class ( IronRuby module ) : void
LoadTime_Instance ( IronRuby module ) : void
LoadTrueClass_Instance ( IronRuby module ) : void
LoadUnboundMethod_Instance ( IronRuby module ) : void
Load__MainSingleton_Class ( IronRuby module ) : void
Load__MainSingleton_Instance ( IronRuby module ) : void
Load__Singleton_ArgFilesSingletonOps_Instance ( IronRuby module ) : void
Load__Singleton_EnvironmentSingletonOps_Instance ( IronRuby module ) : void

Method Details

ExceptionFactory__ArgumentError() public static method

public static ExceptionFactory__ArgumentError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__EOFError() public static method

public static ExceptionFactory__EOFError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__EncodingError() public static method

public static ExceptionFactory__EncodingError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Encoding__CompatibilityError() public static method

public static ExceptionFactory__Encoding__CompatibilityError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Encoding__ConverterNotFoundError() public static method

public static ExceptionFactory__Encoding__ConverterNotFoundError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Encoding__InvalidByteSequenceError() public static method

public static ExceptionFactory__Encoding__InvalidByteSequenceError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Encoding__UndefinedConversionError() public static method

public static ExceptionFactory__Encoding__UndefinedConversionError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Exception() public static method

public static ExceptionFactory__Exception ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__FloatDomainError() public static method

public static ExceptionFactory__FloatDomainError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__IOError() public static method

public static ExceptionFactory__IOError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__IndexError() public static method

public static ExceptionFactory__IndexError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__Interrupt() public static method

public static ExceptionFactory__Interrupt ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__LoadError() public static method

public static ExceptionFactory__LoadError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__LocalJumpError() public static method

public static ExceptionFactory__LocalJumpError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__NameError() public static method

public static ExceptionFactory__NameError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__NoMemoryError() public static method

public static ExceptionFactory__NoMemoryError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__NoMethodError() public static method

public static ExceptionFactory__NoMethodError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__NotImplementedError() public static method

public static ExceptionFactory__NotImplementedError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__RangeError() public static method

public static ExceptionFactory__RangeError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__RegexpError() public static method

public static ExceptionFactory__RegexpError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__RuntimeError() public static method

public static ExceptionFactory__RuntimeError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__ScriptError() public static method

public static ExceptionFactory__ScriptError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SecurityError() public static method

public static ExceptionFactory__SecurityError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SignalException() public static method

public static ExceptionFactory__SignalException ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__StandardError() public static method

public static ExceptionFactory__StandardError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SyntaxError() public static method

public static ExceptionFactory__SyntaxError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SystemCallError() public static method

public static ExceptionFactory__SystemCallError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SystemExit() public static method

public static ExceptionFactory__SystemExit ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__SystemStackError() public static method

public static ExceptionFactory__SystemStackError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__ThreadError() public static method

public static ExceptionFactory__ThreadError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__TypeError() public static method

public static ExceptionFactory__TypeError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

ExceptionFactory__ZeroDivisionError() public static method

public static ExceptionFactory__ZeroDivisionError ( IronRuby self, [ message ) : Exception
self IronRuby
message [
return System.Exception

LoadModules() protected method

protected LoadModules ( ) : void
return void