全文预览

ASP技术 毕业论文外文文献翻译

上传者:学习一点 |  格式:doc  |  页数:17 |  大小:0KB

文档介绍
the System.IO namespace. The namespaces anized into a hierarchy (a logical tree). At the root of the tree is the System namespace. This namespace contains all the classes for the base data types, such as strings and arrays. It also contains classes for working with random numbers and dates and times. You can uniquely identify any class in the .NET framework by using the full namespace of the class. For example, to uniquely refer to the class that represents a file system file (the File class), you would use the following: System.IO.File System.IO refers to the namespace, and File refers to the particular class. NOTE You can view all the namespaces of the standard classes in the .NET Framework Class Library by viewing the Reference Documentation for the .NET Framework. Standard Namespaces

收藏

分享

举报
下载此文档