摘要: using System.Runtime.InteropServices;using System.Security.Permissions;namespace System{ namespace Reflection { [Serializable] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(t... 阅读全文
posted @ 2010-08-28 21:24 Aegis 阅读(818) 评论(0) 推荐(0)
摘要: namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi)] internal struct UnSafeCharBuffer { private char* m_buffer; private int m_totalSize; private int m_length; public UnSafe... 阅读全文
posted @ 2010-08-28 21:23 Aegis 阅读(262) 评论(0) 推荐(0)
摘要: using System.Runtime.CompilerServices;using System.Reflection;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi)] internal struct Utf8String { private void* m_pStringHeap; p... 阅读全文
posted @ 2010-08-28 21:23 Aegis 阅读(311) 评论(0) 推荐(0)
摘要: using System.Security.Permissions;using System.Runtime.InteropServices;namespace System{ [Serializable,ComVisible(true)] [SecurityPermissionAttribute(SecurityAction.InheritanceDemand,Flags=SecurityPer... 阅读全文
posted @ 2010-08-28 21:22 Aegis 阅读(466) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential, Pack = 0, Size = 1, CharSet = CharSet.Ansi), Serializable, ComVisible(true)] public sealed class Void : Syst... 阅读全文
posted @ 2010-08-28 21:22 Aegis 阅读(150) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Reflection;namespace System{ [ComVisibleAttribute(true)] public abstract class ValueType : System.Object { public override bool Equals(object obj) { /... 阅读全文
posted @ 2010-08-28 21:21 Aegis 阅读(499) 评论(0) 推荐(0)
摘要: using System.Collections.Generic;using System.Globalization;using System.Runtime.Serialization;using System.Reflection;namespace System{ [Serializable] private class UnitySerializationHolder:System.Ob... 阅读全文
posted @ 2010-08-28 21:21 Aegis 阅读(425) 评论(0) 推荐(0)
摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,CLSCompliant(false),ComVisible(true)] public st... 阅读全文
posted @ 2010-08-28 21:20 Aegis 阅读(307) 评论(0) 推荐(0)
摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisilble(true),CLSCompliant(fasle)] public struct UInt64:System... 阅读全文
posted @ 2010-08-28 21:20 Aegis 阅读(473) 评论(0) 推荐(0)
摘要: 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 Int64:System.IComparable,System.IF... 阅读全文
posted @ 2010-08-28 21:14 Aegis 阅读(261) 评论(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 Int16:System.IComparable,System.IFor... 阅读全文
posted @ 2010-08-28 21:13 Aegis 阅读(325) 评论(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 阅读(306) 评论(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 阅读(232) 评论(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 阅读(241) 评论(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 阅读(881) 评论(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 阅读(395) 评论(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 阅读(284) 评论(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 阅读(282) 评论(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 阅读(471) 评论(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 阅读(517) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices;using System.Runtime.CompilerServices;using System.Runtime.ConstrainedExecution;using System.Reflection;using System.Globalization;using System.Runtime.Remoting;na... 阅读全文
posted @ 2010-08-28 15:50 Aegis 阅读(303) 评论(0) 推荐(0)
摘要: 从2003年开始接触.net以来,已经有七年之痒了。看过和研究过的.net书籍、资料已经不计其数,但是总是有点力不从心的感觉;新的framework版本出来,虽然有MSDN总是不尽人意,你总是要去寻求新的专门书籍来学习。  有时候也在想那些书籍的作者是如何研习新的技术的呢。其实03年的时候就接触过serge Lindin的讲解MSIL的书,但是没有深究。直到6月份,将expert.net 2.0 ... 阅读全文
posted @ 2010-08-28 15:36 Aegis 阅读(593) 评论(2) 推荐(0)