《.NET框架程序员参考手册 框架基础篇》PDF下载

  • 购买积分:16 如何计算积分?
  • 作  者:武装等编著
  • 出 版 社:北京:国防工业出版社
  • 出版年份:2001
  • ISBN:7118025712
  • 页数:505 页
图书介绍:本书详细介绍了.NET框架中的框架基础部分和针对Windows的服务名称空间:System名称空间、Microsoft.ComServices名称空间和Microsoft.Win32名称空间。

第1章 理解.NET框架 1

1.1 Visual Studio 7.0与.NET框架 1

1.2 统一的编程类库 2

1.2.1 .NET框架类库的组织方式 2

1.2.2 System名称空间 2

1.3 通用语言运行库 4

1.3.1 多语言互用 4

1.3.2 自动内存管理 6

1.3.3 部件 8

1.3.4 应用程序域 10

1.4 ASP.NET 11

第2章 异常处理与数值类型 12

2.1 异常处理 12

2.1.1 异常处理基类 12

2.1.2 派生异常类 19

2.2 数值类型 33

2.2.1 数值类型的定义层次 33

2.2.2 数值类型基类 35

2.2.3 基础数据类型 41

2.2.4 时间数据类型 114

2.2.5 其他数值类型 151

2.3 枚举 164

2.3.1 枚举基类 165

2.3.2 AttributeTargets枚举 175

2.3.3 LoaderOptimization枚举 176

2.3.4 PlatformID枚举 177

2.3.5 TypeCode枚举 177

第3章 底层服务和功能支持 179

3.1 System名称空间的类成员 179

3.1.1 Activator类 181

3.1.2 AppDomain类 186

3.1.3 AppDomainFlags类 209

3.1.4 Array类 215

3.1.5 Attribute类 235

3.1.6 AttributeUsageAttribute类 239

3.1.7 BitConverter类 241

3.1.8 Buffer类 250

3.1.9 CallContext类 253

3.1.10 CLSCompliantAttribute类 254

3.1.11 Console类 256

3.1.12 ContextBoundObject类 267

3.1.13 ContextStaticAttribute类 267

3.1.14 Convert类 268

3.1.15 DBNull类 294

3.1.16 Delegate类 297

3.1.17 Empty类 308

3.1.18 Environment类 309

3.1.19 EventArgs类 319

3.1.20 FlagsAttribute类 320

3.1.21 LoaderOptimizationAttribute类 321

3.1.22 LogicalCallContext类 322

3.1.23 MarshalByRefObject类 322

3.1.24 Math类 324

3.1.25 MTAThreadAttribute类 337

3.1.26 MulticastDelegate类 338

3.1.27 NonSerializedAttribute类 342

3.1.28 ObsoleteAttribute类 343

3.1.29 OperatingSystem类 344

3.1.30 ParamArrayAttribute类 347

3.1.31 Radix类 348

3.1.32 Random类 351

3.1.33 SerializableAttribute类 354

3.1.34 ServicedComponent类 354

3.1.35 STAThreadAttribute类 355

3.1.36 ThreadStaticAttribute类 356

3.1.37 Type类 357

3.1.38 UnhandledExceptionEvent类 411

3.1.39 URI类 413

3.1.40 Version类 427

3.1.41 WeakReference类 432

3.2 System名称空间的接口成员 435

3.2.1 IAsyncResult接口 436

3.2.2 ICloneable接口 437

3.2.3 IComparable接口 438

3.2.4 IConvertible接口 439

3.2.5 ICustomFormatter接口 440

3.2.6 IFormattable接口 440

3.2.7 IServiceObjectProvider接口 441

3.3 System名称空间的Delegate成员 442

3.3.1 AsyncCallback Delegate 442

3.3.2 CrossAppDomainDelegate Delegate 443

3.3.3 EventHandler Delegate 443

3.3.4 UnhandledExceptionEventHandler Delegate 444

第4章 Microsoft.ComServices名称空间 445

4.1 Microsoft.ComServices名称空间的类成员 447

4.1.1 ApplicationAccessControlAttribute类 447

4.1.2 ApplicationActivationAttribute类 449

4.1.3 ApplicationIDAttribute类 450

4.1.4 ApplicationNameAttribute类 451

4.1.5 ApplicationQueuingAttribute类 452

4.1.6 AutoCompleteAttribute类 453

4.1.7 ComponentAccessControlAttribute类 454

4.1.8 ConstructionEnabledAttribute类 454

4.1.9 ContextUtil类 456

4.1.10 DescriptionAttribute类 463

4.1.11 EventClassAttribute类 463

4.1.12 EventTrackingEnabledAttribute类 465

4.1.13 InterfaceQueuingAttribute类 465

4.1.14 JustInTimeActivationAttribute类 466

4.1.15 MustRunInClientContextAttribute类 467

4.1.16 ObjectPoolingAttribute类 468

4.1.17 RegistrationHelper类 470

4.1.18 SecurityCallContext类 473

4.1.19 SecurityCallers类 475

4.1.20 Securityldentifier类 475

4.1.21 Securityldentity类 479

4.1.22 SecurityRoleAttribute类 480

4.1.23 SharedPropertyGroupManager类 481

4.1.24 SynchronizationAttribute类 483

4.1.25 TransactionAttribute类 484

4.2 Microsoft.ComServices名称空间的接口成员 485

4.2.1 IObjectConstruct接口 485

4.2.2 IObjectConstructString接口 486

4.2.3 IObjectContext接口 486

4.2.4 IObjectContextInfo接口 487

4.2.5 IObjectContro1接口 488

4.2.6 ITransaction接口 489

4.2.7 SharedProperty接口 490

4.2.8 SharedPropertyGroup接口 490

4.3 Microsoft.ComServices名称空间的枚举成员 492

4.3.1 AccessChecksLevelOption枚举 493

4.3.2 ActivationOption枚举 493

4.3.3 AuthenticationOption枚举 494

4.3.4 ImpersonationLevelOption枚举 494

4.3.5 SynchronizationOption枚举 495

4.3.6 TransactionOption枚举 496

第5章 Microsoft.Win32名称空间 497

5.1 Microsoft.Win32名称空间层次 497

5.2 操作注册表 497