2005-06-13 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Wed, 15 Jun 2005 13:04:48 +0000 (13:04 -0000)
committerMartin Baulig <martin@novell.com>
Wed, 15 Jun 2005 13:04:48 +0000 (13:04 -0000)
commit262d98239beaaddb1cd6ebcf9628ffbc27c2a31c
tree8d2f68ae51d7e48b83cc1bcc7402bc8c71879648
parent41cb1d17105cb1ee1f0af413caa488024b8882cb
2005-06-13  Martin Baulig  <martin@ximian.com>

* MonoType.cs
(MonoType.getFullName): Added `bool assembly_qualified' argument.
(MonoType.AssemblyQualifiedName): The interncall now adds the
assembly name, so we don't need to do it here.
(MonoType.FullName): Use the new getFullName() API.

svn path=/trunk/mcs/; revision=46036
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Environment.cs
mcs/class/corlib/System/MonoType.cs