.NET框架是一种用于构建、配置和运行Web服务及应用程序的多语言环境,并将成为未来Windows环境下网络开发的主要工具。本书详细介绍了.NET框架类库中的系统构架部分:System名称空间。全书共5章,主要内容包括System名称空间中定义的类、结构、接口、枚举和delegate等,并对其中一些重要的方法给出了有代表性的实例。\r\n 本书内容全面、深入,适合中、高级读者、大专院校师生、企业技术开发人员学习参考,也可用于各类培训班学员学习.NET框架编程技术。\r\n
第1章 深入.NET框架\r\n\r\n1.1 .NET框架概述\r\n1.1.1 通用语言运行库\r\n1.1.2 .NET框架类库\r\n1.1.3 ASP.NET\r\n1.2 理解受控执行\r\n1.2.1 微软中间语言(MSIL)\r\n1.2.2 JIT编译\r\n1.2.3 执行代码\r\n1.3 应用程序域\r\n1.4 通用类型系统\r\n1.4.1 类\r\n1.4.2 接口\r\n1.4.3 数值类型\r\n1.4.4 delegate\r\n1.5 部件\r\n1.5.1 部件的基本知识\r\n1.5.2 元素清单\r\n1.5.3 部件属性\r\n1.5.4 创建部件\r\n1.6 通用语言运行库如何使用部件\r\n1.6.1 确定部件版本\r\n1.6.2 通过代码库或探测定位部件\r\n1.6.3 执行版本策略\r\n1.7 多语言互用\r\n1.7.1 通用语言规范\r\n1.7.2 编写CLS兼容代码\r\n1.8 .NET框架的安全机制\r\n1.8.1 代码访问安全机制\r\n1.8.2 角色安全\r\n1.8.3 安全策略管理\r\n1.8.4 常用安全工具\r\n\r\n第2章 System名称空间\r\n\r\n2.1 System名称空间概述\r\n2.2 System名称空间结构一览\r\n\r\n第3章 System名称空间中的类\r\n\r\n3.1 AccessException类\r\n3.2 Activator类\r\n3.3 AppDomain类\r\n3.4 AppDomainFlage类\r\n3.5 AppDomainUnloadedException类\r\n3.6 AppDomainUnloadInProgressException类\r\n3.7 ApplicationException类\r\n3.8 ArgumentException类\r\n3.9 ArgumentNullException类\r\n3.10 ArgumentOutOfRangeException类\r\n3.11 ArithmeticException类\r\n3.12 Array类\r\n3.13 ArrayTypeMismatchException类\r\n3.14 Attribute类\r\n3.15 AttributeUsageAttribute类\r\n3.16 BadImageFormatException类\r\n3.17 BitConverter类\r\n3.18 Buffer类\r\n3.19 CallContext类\r\n3.20 CannotUnloadAppDomainException类\r\n3.21 CLSCompliantAttribute类\r\n3.22 Console类\r\n3.23 ContextBoundObject类\r\n3.24 ContextMarshalException类\r\n3.25 ContextStaticAttribute类\r\n3.26 Convert类\r\n3.27 CoreException类\r\n3.28 DBNull类\r\n3.29 Delegate类\r\n3.30 DivideByZeroException类\r\n3.31 DuplicateWaitObjectException类\r\n3.32 Empty类\r\n3.33 EntryPointNotFoundException类\r\n3.34 Enum类\r\n3.35 Environment类\r\n3.36 EventArga类\r\n3.37 Exception类\r\n3.38 ExecutionEngineException类\r\n3.39 FieldAccessException类\r\n3.40 FlagsAttribute类\r\n3.41 FormatException类\r\n3.42 GC类\r\n3.43 IndexOutOfRangException类\r\n3.44 InvalidCastException类\r\n3.45 InvalidOperationException类\r\n3.46 LoaderOptimizationAttribute类\r\n3.47 LocalDataStoreSlot类\r\n3.48 LogicalCallContext类\r\n3.49 MarshalByRefObject类\r\n3.50 Math类\r\n3.51 MethodAccessException类\r\n3.52 MissingFieldException类\r\n3.53 MissingMemberException类\r\n3.54 MissingMethodException类\r\n3.55 MTAThreadAttribute类\r\n3.56 MulticastDelegate类\r\n3.57 MulticastNotSupportedException类\r\n3.58 NonSerializedattribute类\r\n3.59 NotFiniteNumberException类\r\n3.60 NotImplementedException类\r\n3.61 NotSupportedException类\r\n3.62 NullReferenceException类\r\n3.63 Object类\r\n3.64 ObsoleteAttribute类\r\n3.65 OperatingSystem类\r\n3.66 OutOfMemoryException类\r\n3.67 OverflowException类\r\n3.68 ParamArrayAttribute类\r\n3.69 PlatformNotSupportedException类\r\n3.70 Radix类\r\n3.71 Random类\r\n3.72 RankException类\r\n3.73 SerializableAttribute类\r\n3.74 ServicedComponent类\r\n3.75 ServicedComponentException类\r\n3.76 StackOverflowException类\r\n3.77 STAThreadAttribute类\r\n3.78 String类\r\n3.79 SystemException类\r\n3.80 ThreadStaticAttribute类\r\n3.81 TimeZone类\r\n3.82 Type类\r\n3.83 TypeInitializationException类\r\n3.84 TypeLoadException类\r\n3.85 TypeUnloadedException类\r\n3.86 UnauthorizedAccessException类\r\n3.87 UnhandledExceptionEvent类\r\n3.88 URI类\r\n3.89 URIFormatException类\r\n3.90 ValueType类\r\n3.91 Version类\r\n3.92 WeakReference类\r\n3.93 WeakReferenceException类\r\n3.94 _ComObject类\r\n\r\n第4章 System名称空间中的结构\r\n\r\n4.1 ArgIterator结构\r\n4.2 Boolean结构\r\n4.3 Byte结构\r\n4.4 Char结构\r\n4.5 DateTime结构\r\n4.6 Decimal结构\r\n4.7 Double结构\r\n4.8 Guid结构\r\n4.9 Int16结构\r\n4.10 Int32结构\r\n4.11 Int64结构\r\n4.12 IntPtr结构\r\n4.13 RuntimeArgumentHandle结构\r\n4.14 RuntimeFieldHandle结构\r\n4.15 RuntimeMethodHandle结构\r\n4.16 RuntimeTypeHandle结构\r\n4.17 SByte结构\r\n4.18 Single结构\r\n4.19 TimeSpan结构\r\n4.20 TypedReference结构\r\n4.21 UInt16结构\r\n4.22 UInt32结构\r\n4.23 UInt64结构\r\n4.24 UIntPtr结构\r\n4.25 Void结构\r\n\r\n第5章 System名称空间中的其他成员\r\n\r\n5.1 System名称空间中的接口\r\n5.1.1 IAsyncResult接口\r\n5.1.2 ICloneable接口\r\n5.1.3 IComparable接口\r\n5.1.4 IConvertible接口\r\n5.1.5 ICustomFormatter接口\r\n5.1.6 IFormattable接口\r\n5.1.7 ILogicalThreadAffinative接口\r\n5.1.8 IServiceObjectProvider接口\r\n5.2 System名称空间中的枚举\r\n5.2.1 AttributeTargets枚举\r\n5.2.2 LoaderOptimization枚举\r\n5.2.3 PlatformID枚举\r\n5.2.4 TypeCode枚举\r\n5.2.5 UriHostNameType枚举\r\n5.2.6 URIPartial枚举\r\n5.3 System名称空间中的Delegate\r\n5.3.1 AsyncCallback Delegate\r\n5.3.2 CrossAppDomainDelegate Delegate\r\n5.3.3 EventHandler Delegate\r\n5.3.4 UnhandledExceptionEventhandler Delegate\r\n\r\n