摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable,ComVisible(true)] public struct Int16:System.IComparable,System.IFor... 阅读全文
posted @ 2010-08-28 21:13 Aegis 阅读(316) 评论(0) 推荐(0) 编辑
摘要: namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable] internal struct Currency { internal long m_value; public Currency(System.Decimal @value) { //.maxstack 8 ... 阅读全文
posted @ 2010-08-28 21:12 Aegis 阅读(224) 评论(0) 推荐(0) 编辑
摘要: namespace System{ [System.Serializable] internal sealed class Empty : System.Object, System.Runtime.Serialization.ISerializable { public static readonly System.Empty Value; private Empty() : base() { ... 阅读全文
posted @ 2010-08-28 21:12 Aegis 阅读(282) 评论(0) 推荐(0) 编辑
摘要: using System.Globalization;namespace System{ [Serializable] internal sealed class CultureAwareComparer:System.StringComparer { private System.Globalization.CompareInfo _compareInfo; private bool _ig... 阅读全文
posted @ 2010-08-28 21:11 Aegis 阅读(236) 评论(0) 推荐(0) 编辑
摘要: using System.Globalization;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;using System.Reflection;namespace System{ /// <summary> /// 注意任何enum方法调用将有可能消耗内存字节=sum(枚举值名称... 阅读全文
posted @ 2010-08-28 16:33 Aegis 阅读(864) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential), Serializable,ComVisible(true)] public struct Double : System.IComparable, System... 阅读全文
posted @ 2010-08-28 16:32 Aegis 阅读(388) 评论(0) 推荐(0) 编辑
摘要: using System.Threading;using System.Globalization;namespace System{ public static class Convert : System.Object { internal static readonly System.Type[] ConvertTypes; internal static readonly System.T... 阅读全文
posted @ 2010-08-28 16:31 Aegis 阅读(279) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,ComVisible(true)] public struct Char:System.ICo... 阅读全文
posted @ 2010-08-28 16:30 Aegis 阅读(273) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, Comvisible(true)] public struct Byte : ICo... 阅读全文
posted @ 2010-08-28 16:26 Aegis 阅读(463) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, ComVisible(true)] public struct Boolean : ... 阅读全文
posted @ 2010-08-28 16:25 Aegis 阅读(503) 评论(0) 推荐(0) 编辑