Vb.Net Core Classes in a Nutshell (PAP/CDR)

Vb.Net Core Classes in a Nutshell (PAP/CDR)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版
  • 言語 ENG
  • 商品コード 9780596002572
  • DDC分類 005.2768

Full Description


In this text, VB Programmers should find a concise reference to the types found in the core namespaces of the .NET Framework Class Library. The heart of the book is a Nutshell quick reference to all the types found in 22 core .NETnamespaces. The entry for each type describes its significance, explains how the type is used in .NET applications and lists its members and their signatures in readable VB.NET syntax. The core namespaces documented in this book include types in the following areas: essential system and programming services found in the System namespace; text handling and regular expression pattern searches; diagnostics, debugging, and performance monitoring; generalized and specialized collection objects; reflection; Extensible Markup Language (XML); Input/output and serialization; networking; threading and timers; and COM interop and globalization. The accompanying CD-ROM offers full access to its 22 namespace overviews and 700-plus type entries.

Contents

Preface PART 1: Introduction Chapter 1. Introduction Before the .NET FCL The .NET Framework Class Library Working with the .NET FCL The Types of a .NET Namespace Approaching the .NET FCL PART 2: .NET Core Classes Quick Reference Chapter 2. Reference Finding a Quick-Reference Entry Reading a Quick-Reference Entry Chapter 3. Microsoft.Win32 Chapter 4. System Chapter 5. System.Collections Chapter 6. System.Collections.Specialized Chapter 7. System.Diagnostics Chapter 8. System.Globalization Chapter 9. System.IO Chapter 10. System.IO.IsolatedStorage Chapter 11. System.Net Chapter 12. System.Net.Sockets Chapter 13. System.Reflection Chapter 14. System.Reflection.Emit Chapter 15. System.Runtime.InteropServices Chapter 16. System.Runtime.Serialization Chapter 18. System.Text Chapter 19. System.Text.RegularExpressions Chapter 20. System.Threading Chapter 21. System.Timers Chapter 22. System.Xml Chapter 23. System.Xml.XPath Chapter 24. System.Xml.Xsl PART 3: Appendixes Appendix A. Regular Expressions Appendix B. Format Specifiers Appendix C. Data Marshaling Appendix D. Namespaces and Assemblies Appendix E. Type, Method, Property