08 2010 档案
摘要:using System.Runtime.InteropServices;using System.Security.Permissions;namespace System{ namespace Reflection { [Serializable] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(t...
阅读全文
摘要: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...
阅读全文
摘要:using System.Runtime.CompilerServices;using System.Reflection;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi)] internal struct Utf8String { private void* m_pStringHeap; p...
阅读全文
摘要:using System.Security.Permissions;using System.Runtime.InteropServices;namespace System{ [Serializable,ComVisible(true)] [SecurityPermissionAttribute(SecurityAction.InheritanceDemand,Flags=SecurityPer...
阅读全文
摘要:using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential, Pack = 0, Size = 1, CharSet = CharSet.Ansi), Serializable, ComVisible(true)] public sealed class Void : Syst...
阅读全文
摘要:using System.Collections.Generic;using System.Globalization;using System.Runtime.Serialization;using System.Reflection;namespace System{ [Serializable] private class UnitySerializationHolder:System.Ob...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Reflection;namespace System{ [ComVisibleAttribute(true)] public abstract class ValueType : System.Object { public override bool Equals(object obj) { /...
阅读全文
摘要:using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisilble(true),CLSCompliant(fasle)] public struct UInt64:System...
阅读全文
摘要:using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,CLSCompliant(false),ComVisible(true)] public st...
阅读全文
摘要:using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSCompliant(false),ComVisible(true)] public struct UInt16:System....
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSComplian(false),ComVisible(true)] public struct UInt32:System.I...
阅读全文
摘要:using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Single:System.IComparable,System.I...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [Serializable,ComVisible(true)] public abstract class StringComparer:System.Object,System.Collections.IComparer,System...
阅读全文
摘要:using System.Globalization;namespace System{ [Serializable] internal sealed class OrdinalComparer:System.StringComparer { private bool _ignoreCase; internal OrdinalComparer(bool ignoreCase):base() ...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, ComVisible(true), CLSCompliant(false)] pub...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;using System.Runtime.CompilerServices;namespace System{ private class Number : System.Object { [StructLayout(LayoutKind.Sequential, Char...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,ComVisible(true)] public struct IntPtr:System.R...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int32:System.IComparable,System.IF...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int64:System.IComparable,System.IF...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable,ComVisible(true)] public struct Int16:System.IComparable,System.IFor...
阅读全文
摘要:namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable] internal struct Currency { internal long m_value; public Currency(System.Decimal @value) { //.maxstack 8 ...
阅读全文
摘要:namespace System{ [System.Serializable] internal sealed class Empty : System.Object, System.Runtime.Serialization.ISerializable { public static readonly System.Empty Value; private Empty() : base() { ...
阅读全文
摘要:using System.Globalization;namespace System{ [Serializable] internal sealed class CultureAwareComparer:System.StringComparer { private System.Globalization.CompareInfo _compareInfo; private bool _ig...
阅读全文
摘要:using System.Globalization;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;using System.Reflection;namespace System{ /// <summary> /// 注意任何enum方法调用将有可能消耗内存字节=sum(枚举值名称...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential), Serializable,ComVisible(true)] public struct Double : System.IComparable, System...
阅读全文
摘要: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...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,ComVisible(true)] public struct Char:System.ICo...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, Comvisible(true)] public struct Byte : ICo...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, ComVisible(true)] public struct Boolean : ...
阅读全文
摘要:using System.Runtime.InteropServices;using System.Runtime.CompilerServices;using System.Runtime.ConstrainedExecution;using System.Reflection;using System.Globalization;using System.Runtime.Remoting;na...
阅读全文

浙公网安备 33010602011771号