摘要: 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 阅读(433) 评论(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 阅读(332) 评论(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 阅读(618) 评论(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 阅读(746) 评论(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 阅读(348) 评论(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 阅读(290) 评论(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 阅读(319) 评论(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 阅读(1293) 评论(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 阅读(324) 评论(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 阅读(255) 评论(0) 推荐(0) 编辑