摘要: 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 阅读(799) 评论(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 阅读(259) 评论(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 阅读(299) 评论(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 阅读(461) 评论(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 阅读(146) 评论(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 阅读(495) 评论(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 阅读(333) 评论(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 阅读(298) 评论(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 阅读(449) 评论(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 阅读(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) 编辑
摘要: 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) 编辑