|
|
IronRuby > Documentation > .NET Integration > Names
NamesFrom $1Table of contentsNo headersIn an effort to make consuming .NET APIs in IronRuby more Rubyesque, IronRuby allows calling .NET code with Ruby idioms:
Note: Mangled CLR method names are disabled for built-in types (Object, Fixnum, String, etc) since you can call .NET methods on a Ruby String, and there were problems with name conflicts. Mangling works for all other CLR types.
Tags:
|