书籍详情
.NET框架程序员参考手册:框架基础篇
作者:武装等编著
出版社:国防工业出版社
出版时间:2001-01-01
ISBN:9787118025712
定价:¥49.00
购买这本书可以去
内容简介
本书详细介绍了.NET框架中的框架基础部分,和针对Windows的服务名称空间:System名称空间、Microsoft.ComServices名称空间和Microsoft.Win32名称空间。全书共5章,主要内容包括:.NET框架的异常处理、数值类型、底层服务和功能支持,以及Windows通用服务等。
作者简介
暂缺《.NET框架程序员参考手册:框架基础篇》作者简介
目录
第1章理解.NET框架
1.1VisualStudio7.0与.NET框架
1.2统一的编程类库
1.2.1.NET框架类库的组织方式
1.2.2System名称空间
1.3通用语言运行库
1.3.1多语言互用
1.3.2自动内存管理
1.2.3部件
1.3.4应用程序域
1.4ASP.NET
第2章异常处理与数值类型
2.1异常处理
2.1.1异常处理基类
2.1.2派生异常类
2.2数值类型
2.2.1数值类型的定义层次
2.2.2数值类型基类
2.2.3基础数据类型
2.2.4时间数据类型
2.2.5其他数值类型
2.3枚举
2.3.1枚举基类
2.3.2AttributeTargets枚举
2.3.3LoaderOptimization枚举
2.3.4PlatformID枚举
2.3.5TypeCode枚举
第3章底层服务和功能支持
3.1System名称空间的类成员
3.1.1Activator类
3.1.2AppDomain类
3.1.3AppDomainFlags类
3.1.4Array类
3.1.5Attribute类
3.1.6AttributeUsageAttribute类
3.l.7BitConverter类
3.1.8Buffer类
3.1.9CallContext类
3.1.10CLSCompliantAttribute类
3.1.11Console类
3.1.12ContextBoundObject类
3.1.13ContextStaticAttribute类
3.1.14Convert类
3.1.15DBNull类
3.1.16Delegate类
3.1.17Empty类
3.1.18Environment类
3.1.19EventArgs类
3.1.20FlagsAttribute类
3.1.21LoaderOptimizationAttribute类
3.1.22LogicalCallContext类
3.1.23MarshalByRefObject类
3.1.24Math类
3.1.25MTAThreadAttribute类
3.1.26MulticastDelegate类
3.1.27NonSerializedAttribute类
3.1.28ObsoleteAttribute类
3.1.29OperatingSystem类
3.1.30ParamArrayAttribute类
3.1.31Radix类
3.1.32Random类
3.1.33SerializableAttribute类
3.1.34ServicedComponent类
3.1.35STAThreadAttribute类
3.1.36ThreadstaticAttribute类
3.1.37Type类
3.1.38UnhandledExceptionEvent类
3.1.39URI类
3.1.40Version类
3.1.41WeakReference类
3.2System名称空间的接口成员
3.2.1IAsyncResult接口
3.2.2ICloneable接口
3.2.3IComparable接口
3.2.4IConvertible接口
3.2.5ICustomFormatter接口
3.2.6IFormattable接口
3.2.7IServiceObjectProvider接口
3.3System名称空间的Delegate成员
3.3.1AsyncCallbackDelegate
3.3.2CrossAppDomainDelegateDelegate
3.3.3EventHandlerDelegate
3.3.4UnhandledExceptionEventHandlerDelegate
第4章Microsoft.ComServices名称空间
4.1Microsoft.ComServices名称空间的类成员
4.1.1ApplicationAccessControlAttribute类
4.1.2ApplicationActivationAttribute类
4.1.3ApplicationIDAttribute类
4.1.4ApplicationNameAttribute类
4.1.5ApplicationQueuingAttribute类
4.1.6AutoCompleteAttribute类
4.1.7ComponentAccessControlAttribute类
4.1.8ConstructionEnabledAttribute类
4.1.9ContextUtil类
4.1.10DescriptionAttribute类
4.1.11EventClassAttribute类
4.1.12EventTrackingEnabledAttribute类
4.1.13InterfaceQueuingAttribute类
4.1.14JustInTimeActivationAttribute类
4.1.15MustRunlnClientContextAttribute类
4.1.16ObjectPoolingAttribute类
4.1.17RegistrationHelper类
4.1.18SecurityCallContext类
4.1.19SecurityCallers类
4.1.20Securityldentifier类
4.1.21Securityldentity类
4.1.22SecurityRoleAttribute类
4.1.23SharedPropertyGroupManager类
4.1.24SynchronizationAttribute类
4.1.25TransactionAttribute类
4.2Microsoft.ComServices名称空间的接口成员
4.2.1IObjectConstruct接口
4.2.2IObjectConstructString接口
4.2.3IObjectContext接口
4.2.4IObjectContextInfo接口
4.2.5IObjectControl接口
4.2.6ITransaction接口
4.2.7SharedProperty接口
4.2.8SharedPropertyGroup接口
4.3Microsoft.ComServices名称空间的枚举成员
4.3.1AccessChecksLevelOption枚举
4.3.2ActivationOption枚举
4.3.3AuthenticationOption枚举
4.3.4ImpersonatlonLevelOption枚举
4.3.5SynchronizationOption极举
4.3.6TransactionOption枚举
第5章Microsoft.Win32名称空间
5.1Microsoft.Win32名称空间层次
5.2操作注册表
1.1VisualStudio7.0与.NET框架
1.2统一的编程类库
1.2.1.NET框架类库的组织方式
1.2.2System名称空间
1.3通用语言运行库
1.3.1多语言互用
1.3.2自动内存管理
1.2.3部件
1.3.4应用程序域
1.4ASP.NET
第2章异常处理与数值类型
2.1异常处理
2.1.1异常处理基类
2.1.2派生异常类
2.2数值类型
2.2.1数值类型的定义层次
2.2.2数值类型基类
2.2.3基础数据类型
2.2.4时间数据类型
2.2.5其他数值类型
2.3枚举
2.3.1枚举基类
2.3.2AttributeTargets枚举
2.3.3LoaderOptimization枚举
2.3.4PlatformID枚举
2.3.5TypeCode枚举
第3章底层服务和功能支持
3.1System名称空间的类成员
3.1.1Activator类
3.1.2AppDomain类
3.1.3AppDomainFlags类
3.1.4Array类
3.1.5Attribute类
3.1.6AttributeUsageAttribute类
3.l.7BitConverter类
3.1.8Buffer类
3.1.9CallContext类
3.1.10CLSCompliantAttribute类
3.1.11Console类
3.1.12ContextBoundObject类
3.1.13ContextStaticAttribute类
3.1.14Convert类
3.1.15DBNull类
3.1.16Delegate类
3.1.17Empty类
3.1.18Environment类
3.1.19EventArgs类
3.1.20FlagsAttribute类
3.1.21LoaderOptimizationAttribute类
3.1.22LogicalCallContext类
3.1.23MarshalByRefObject类
3.1.24Math类
3.1.25MTAThreadAttribute类
3.1.26MulticastDelegate类
3.1.27NonSerializedAttribute类
3.1.28ObsoleteAttribute类
3.1.29OperatingSystem类
3.1.30ParamArrayAttribute类
3.1.31Radix类
3.1.32Random类
3.1.33SerializableAttribute类
3.1.34ServicedComponent类
3.1.35STAThreadAttribute类
3.1.36ThreadstaticAttribute类
3.1.37Type类
3.1.38UnhandledExceptionEvent类
3.1.39URI类
3.1.40Version类
3.1.41WeakReference类
3.2System名称空间的接口成员
3.2.1IAsyncResult接口
3.2.2ICloneable接口
3.2.3IComparable接口
3.2.4IConvertible接口
3.2.5ICustomFormatter接口
3.2.6IFormattable接口
3.2.7IServiceObjectProvider接口
3.3System名称空间的Delegate成员
3.3.1AsyncCallbackDelegate
3.3.2CrossAppDomainDelegateDelegate
3.3.3EventHandlerDelegate
3.3.4UnhandledExceptionEventHandlerDelegate
第4章Microsoft.ComServices名称空间
4.1Microsoft.ComServices名称空间的类成员
4.1.1ApplicationAccessControlAttribute类
4.1.2ApplicationActivationAttribute类
4.1.3ApplicationIDAttribute类
4.1.4ApplicationNameAttribute类
4.1.5ApplicationQueuingAttribute类
4.1.6AutoCompleteAttribute类
4.1.7ComponentAccessControlAttribute类
4.1.8ConstructionEnabledAttribute类
4.1.9ContextUtil类
4.1.10DescriptionAttribute类
4.1.11EventClassAttribute类
4.1.12EventTrackingEnabledAttribute类
4.1.13InterfaceQueuingAttribute类
4.1.14JustInTimeActivationAttribute类
4.1.15MustRunlnClientContextAttribute类
4.1.16ObjectPoolingAttribute类
4.1.17RegistrationHelper类
4.1.18SecurityCallContext类
4.1.19SecurityCallers类
4.1.20Securityldentifier类
4.1.21Securityldentity类
4.1.22SecurityRoleAttribute类
4.1.23SharedPropertyGroupManager类
4.1.24SynchronizationAttribute类
4.1.25TransactionAttribute类
4.2Microsoft.ComServices名称空间的接口成员
4.2.1IObjectConstruct接口
4.2.2IObjectConstructString接口
4.2.3IObjectContext接口
4.2.4IObjectContextInfo接口
4.2.5IObjectControl接口
4.2.6ITransaction接口
4.2.7SharedProperty接口
4.2.8SharedPropertyGroup接口
4.3Microsoft.ComServices名称空间的枚举成员
4.3.1AccessChecksLevelOption枚举
4.3.2ActivationOption枚举
4.3.3AuthenticationOption枚举
4.3.4ImpersonatlonLevelOption枚举
4.3.5SynchronizationOption极举
4.3.6TransactionOption枚举
第5章Microsoft.Win32名称空间
5.1Microsoft.Win32名称空间层次
5.2操作注册表
猜您喜欢