Microsoft.NET框架1.1类库参考手册(附光盘) 下载 网盘 kindle mobi 115盘 pdf pdb rtf

Microsoft.NET框架1.1类库参考手册(附光盘)电子书下载地址
- 文件名
- [epub 下载] Microsoft.NET框架1.1类库参考手册(附光盘) epub格式电子书
- [azw3 下载] Microsoft.NET框架1.1类库参考手册(附光盘) azw3格式电子书
- [pdf 下载] Microsoft.NET框架1.1类库参考手册(附光盘) pdf格式电子书
- [txt 下载] Microsoft.NET框架1.1类库参考手册(附光盘) txt格式电子书
- [mobi 下载] Microsoft.NET框架1.1类库参考手册(附光盘) mobi格式电子书
- [word 下载] Microsoft.NET框架1.1类库参考手册(附光盘) word格式电子书
- [kindle 下载] Microsoft.NET框架1.1类库参考手册(附光盘) kindle格式电子书
内容简介:
本书是.NET框架1.1类库参考手册7卷中的第3卷,其内容包括System.IO.IsolatedStorage至System.Runtime.InteropServices.Expando命名空间完整而详细的内容。每个命名空间包括类、枚举、接口等条目,这些条目下又包括方法、属性、构造函数等子条目。本书内容与形式以方便读者查阅为原则进行版式设计,是开发.NET程序的工具书。
本书主要是面向.NET程序员参考查阅、图书馆、研究所、公司、实验室等可作为工具书收录。
书籍目录:
System.IO.IsolatedStorage命名空间
InormalizeForIsolatedStorage接口
方法
INormalizeForIsolatedStorage.Normalize方法
IsolatedStorage类
IsolatedStorage构造函数
属性
IsolatedStorage.AssemblyIdentity属性
IsolatedStorage.CurrentSize属性
IsolatedStorage.DomainIdentity属性
IsolatedStorage.MaximumSize属性
IsolatedStorage.Scope属性
IsolatedStorage.SeparatorExternal属性
IsolatedStorage.SeparatorInternal属性
方法
IsolatedStorage.GetPermission方法
IsolatedStorage.InitStore方法
IsolatedStorage.Remove方法
IsolatedStorageException类
IsolatedStorageException构造函数
IsolatedStorageException构造函数()
IsolatedStorageException构造函数(String)
IsolatedStorageException构造函数(SerializationInfo,StreamingContext)
IsolatedStorageException构造函数(String,Exception)
IsolatedStorageFile类
属性
IsolatedStorageFile.CurrentSize属性
IsolatedStorageFile.MaximumSize属性
方法
IsolatedStorageFile.Close方法
IsolatedStorageFile.CreateDirectory方法
IsolatedStorageFile.DeleteDirectory方法
IsolatedStorageFile.DeleteFile方法
IsolatedStorageFile.Dispose方法
IsolatedStorageFile.Finalize方法
IsolatedStorageFile.GetDirectoryNames方法
IsolatedStorageFile.GetEnumerator方法
IsolatedStorageFile.GetFileNames方法
IsolatedStorageFile.GetPermission方法
IsolatedStorageFile.GetStore方法
IsolatedStorageFile.GetUserStoreForAssembly方法
IsolatedStorageFile.GetUserStoreForDomain方法
IsolatedStorageFile.Remove方法
IsolatedStorageFileStream类
IsolatedStorageFileStream构造函数
IsolatedStorageFileStream构造函数(String,FileMode)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess)
IsolatedStorageFileStream构造函数(String,FileMode,IsolatedStorageFile)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess,FileShare)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess,IsolatedStorageFile)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess,FileShare,Int32)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess,FileShare,IsolatedStorageFile)
IsolatedStorageFileStream构造函数(String,FileMode,FileAccess,FileShare,Int32,IsolatedStorageFile)
属性
IsolatedStorageFileStream.CanRead属性
IsolatedStorageFileStream.CanSeek属性
IsolatedStorageFileStream.CanWrite属性
IsolatedStorageFileStream.Handle属性
IsolatedStorageFileStream.IsAsync属性
IsolatedStorageFileStream.Length属性
IsolatedStorageFileStream.Position属性
方法
IsolatedStorageFileStream.BeginRead方法
IsolatedStorageFileStream.BeginWrite方法
IsolatedStorageFileStream.Close方法
IsolatedStorageFileStream.Dispose方法
IsolatedStorageFileStream.EndRead方法
IsolatedStorageFileStream.EndWrite方法
IsolatedStorageFileStream.Flush方法
IsolatedStorageFileStream.Read方法
IsolatedStorageFileStream.ReadByte方法
IsolatedStorageFileStream.Seek方法
IsolatedStorageFileStream.SetLength方法
IsolatedStorageFileStream.Write方法
IsolatedStorageFileStream.WriteBye方法
IsolatedStorageScope枚举
System.Management命名空间
System.Management.Instrumentation命名空间
System.Net命名空间
System.Net.Sockets命名空间
System.Reflection.Emit命名空间
System.Runtime.CompilerServices命名空间
System.Runtime.InteropServices命名空间
System.Runtime.InteropServices.CustomMarshalers命名空间
System.Runtime.InteropServices.Expando命名空间
IExpando接口
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
.NET框架类库是.NET框架SDK中各种类、接口与值类型的库。该类库不仅提供对系统功能的访问,而且是生成.NET框架应用程序、组件与控件编程的基础。
.NET框架1.1提供了一种编程模型,可用来生成、部署与运行基于Web的可互操作的应用程序、智能客房端应用程序以及XML Web服务。.NET框架管理互操作的繁琐细节以便开发人员能够集中精力为跨平台应用程序编写业务逻辑代码。
这套书编排有序,易于查阅和浏览,是使用.NET框架1.1类库帮助信息的一种更佳的形式。配书盘中包括本书全部代码示例以便开发人员检索和使用。
书籍介绍
本书是.NET框架1.1类库参考手册7卷中的第3卷,其内容包括System.IO.IsolatedStorage至System.Runtime.InteropServices.Expando命名空间完整而详细的内容。每个命名空间包括类、枚举、接口等条目,这些条目下又包括方法、属性、构造函数等子条目。本书内容与形式以方便读者查阅为原则进行版式设计,是开发.NET程序必备的工具书。
本书主要是面向.NET程序员参考查阅、图书馆、研究所、公司、实验室等可作为工具书收录。
网站评分
书籍多样性:3分
书籍信息完全性:6分
网站更新速度:7分
使用便利性:3分
书籍清晰度:4分
书籍格式兼容性:7分
是否包含广告:3分
加载速度:5分
安全性:5分
稳定性:8分
搜索功能:8分
下载便捷性:7分
下载点评
- 无缺页(403+)
- 方便(298+)
- 愉快的找书体验(73+)
- 全格式(328+)
- 中评多(83+)
- 引人入胜(468+)
- 速度慢(400+)
下载评价
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 寿***芳:
可以在线转化哦
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 郗***兰:
网站体验不错
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 曾***文:
五星好评哦
- 网友 訾***晴:
挺好的,书籍丰富
- 网友 索***宸:
书的质量很好。资源多
喜欢"Microsoft.NET框架1.1类库参考手册(附光盘)"的人也看了
施工员考核评价大纲及习题集 装饰方向(第2版)(第2版)装饰方向 中国建筑工业出版社 下载 网盘 kindle mobi 115盘 pdf pdb rtf
Delphi下深入Windows核心编程 下载 网盘 kindle mobi 115盘 pdf pdb rtf
北宋詞譜 下载 网盘 kindle mobi 115盘 pdf pdb rtf
可靠性试验技术(第2版) 北京航空航天大学出版社 下载 网盘 kindle mobi 115盘 pdf pdb rtf
国家执业药师资格考试应试指南 下载 网盘 kindle mobi 115盘 pdf pdb rtf
生活中的数学模型 下载 网盘 kindle mobi 115盘 pdf pdb rtf
色彩的性格 下载 网盘 kindle mobi 115盘 pdf pdb rtf
2016华图贵州公务员录用考试专用教材:公共基础知识历年真题及标准预测试卷 下载 网盘 kindle mobi 115盘 pdf pdb rtf
普通高中教科书 思想政治 选择性必修3 逻辑与思维 下载 网盘 kindle mobi 115盘 pdf pdb rtf
中国古代人物故事 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 国际政治名著导读 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 绘画精英班:高中版.素描头像 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 小学必刷卷 语文六年级下 RJ人教版 同步训练试卷 单元卷期中期末测试卷 理想树2023版 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 数值传热学实训 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 2022咨询工程师试卷项目决策分析与评价 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- DK翻翻玩百科:震撼天空之旅 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 力学全能突破秘籍:初中物理(双色) 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 卫星导航自适应抗干扰技术 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 中国微型小说百年经典(卷5) 微型小说选刊杂志社 百花洲文艺出版社 9787550003569 下载 网盘 kindle mobi 115盘 pdf pdb rtf
- 圣才题库·2014年肿瘤内科学中级职称考试题库 下载 网盘 kindle mobi 115盘 pdf pdb rtf
书籍真实打分
故事情节:3分
人物塑造:6分
主题深度:8分
文字风格:6分
语言运用:4分
文笔流畅:7分
思想传递:3分
知识深度:4分
知识广度:7分
实用性:9分
章节划分:7分
结构布局:9分
新颖与独特:3分
情感共鸣:8分
引人入胜:5分
现实相关:3分
沉浸感:7分
事实准确性:6分
文化贡献:7分