C# Class IronRuby.StandardLibrary.Iconv.IconvLibraryInitializer

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

Public Methods

Method Description
ExceptionFactory__Iconv__BrokenLibrary ( IronRuby self, [ message ) : Exception
ExceptionFactory__Iconv__IllegalSequence ( IronRuby self, [ message ) : Exception
ExceptionFactory__Iconv__InvalidCharacter ( IronRuby self, [ message ) : Exception
ExceptionFactory__Iconv__InvalidEncoding ( IronRuby self, [ message ) : Exception
ExceptionFactory__Iconv__OutOfRange ( IronRuby self, [ message ) : Exception

Protected Methods

Method Description
LoadModules ( ) : void

Private Methods

Method Description
LoadIconv_Class ( IronRuby module ) : void
LoadIconv_Instance ( IronRuby module ) : void

Method Details

ExceptionFactory__Iconv__BrokenLibrary() public static method

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

ExceptionFactory__Iconv__IllegalSequence() public static method

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

ExceptionFactory__Iconv__InvalidCharacter() public static method

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

ExceptionFactory__Iconv__InvalidEncoding() public static method

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

ExceptionFactory__Iconv__OutOfRange() public static method

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

LoadModules() protected method

protected LoadModules ( ) : void
return void