摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSComplian(false),ComVisible(true)] public struct UInt32:System.I... 阅读全文
posted @ 2010-08-28 21:19 Aegis 阅读(439) 评论(0) 推荐(0)
摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSCompliant(false),ComVisible(true)] public struct UInt16:System.... 阅读全文
posted @ 2010-08-28 21:19 Aegis 阅读(337) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [Serializable,ComVisible(true)] public abstract class StringComparer:System.Object,System.Collections.IComparer,System... 阅读全文
posted @ 2010-08-28 21:18 Aegis 阅读(639) 评论(0) 推荐(0)
摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Single:System.IComparable,System.I... 阅读全文
posted @ 2010-08-28 21:18 Aegis 阅读(793) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, ComVisible(true), CLSCompliant(false)] pub... 阅读全文
posted @ 2010-08-28 21:17 Aegis 阅读(358) 评论(0) 推荐(0)
摘要: using System.Globalization;namespace System{ [Serializable] internal sealed class OrdinalComparer:System.StringComparer { private bool _ignoreCase; internal OrdinalComparer(bool ignoreCase):base() ... 阅读全文
posted @ 2010-08-28 21:17 Aegis 阅读(294) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;using System.Runtime.CompilerServices;namespace System{ private class Number : System.Object { [StructLayout(LayoutKind.Sequential, Char... 阅读全文
posted @ 2010-08-28 21:16 Aegis 阅读(329) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,ComVisible(true)] public struct IntPtr:System.R... 阅读全文
posted @ 2010-08-28 21:15 Aegis 阅读(1331) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int32:System.IComparable,System.IF... 阅读全文
posted @ 2010-08-28 21:14 Aegis 阅读(377) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int64:System.IComparable,System.IF... 阅读全文
posted @ 2010-08-28 21:14 Aegis 阅读(261) 评论(0) 推荐(0)