[Mono-devel-list] Corlib feature survey.

Piers Haken piersh at friskit.com
Thu Aug 7 17:25:09 EDT 2003


> Decimal
>         * Not being CorCompared (!)

Yup, System.Decimal is one of those types that the MS runtime (v1.0)
cannot reflect on in another assembly. I haven't tested this with 1.1.

See mcs/class/corlib/corlib_cmp.dll.excludes:
	System/Object.cs
	System/ValueType.cs
	System/Enum.cs
	System/Delegate.cs
	System/MulticastDelegate.cs
	System.Runtime.CompilerServices/RuntimeHelpers.cs
	System/Decimal.cs
	System/DecimalFormatter.cs

Piers.



More information about the Mono-devel-list mailing list