C# Class IronRuby.Builtins.ClrNameOps

Datei anzeigen Open project: ExpertsInside/IronSP Class Usage Examples

Private Methods

Method Description
Compare ( IronRuby.Runtime.ClrName self, [ other ) : int
Compare ( RubyContext context, IronRuby.Runtime.ClrName self, [ other ) : int
Compare ( BinaryOpStorage comparisonStorage, RespondToStorage respondToStorage, IronRuby.Runtime.ClrName self, object other ) : object
Dump ( IronRuby.Runtime.ClrName self ) : MutableString
GetClrName ( RubyContext context, IronRuby.Runtime.ClrName self ) : MutableString
GetEncoding ( IronRuby.Runtime.ClrName self ) : IronRuby.Builtins.RubyEncoding
GetLength ( IronRuby.Runtime.ClrName self ) : int
GetRubyName ( RubyContext context, IronRuby.Runtime.ClrName self ) : MutableString
Inspect ( IronRuby.Runtime.ClrName self ) : MutableString
IsEmpty ( IronRuby.Runtime.ClrName self ) : bool
IsEqual ( IronRuby.Runtime.ClrName self, [ other ) : bool
Mangle ( RubyClass self, [ clrName ) : MutableString
Match ( BinaryOpStorageWithScope storage, IronRuby.Runtime.RubyScope scope, IronRuby.Runtime.ClrName self, [ regex ) : object
Match ( BinaryOpStorageWithScope storage, IronRuby.Runtime.RubyScope scope, IronRuby.Runtime.ClrName self, object obj ) : object
Match ( IronRuby.Runtime.ClrName self, [ str ) : object
Match ( IronRuby.Runtime.RubyScope scope, IronRuby.Runtime.ClrName self, [ regex ) : object
ToSymbol ( RubyContext context, IronRuby.Runtime.ClrName self ) : RubySymbol
Unmangle ( RubyClass self, [ rubyName ) : MutableString