文章分类 - MCPD70-536(C#)
摘要:ProcessModule类
ProcessModuleCollection类
阅读全文
摘要:BitVector32 MemoryStream BufferedStream
阅读全文
摘要:DriveType 枚举
DriveType 供 DriveInfo 类使用,指示驱动器类型。它可以与 DriveType 属性一起使用。
阅读全文
摘要:System.IO.IsolatedStorage命名空间
IsolatedStorageFile类
IsolatedStorageFileStream类
GZipStream类
DirectoryInfo类
DriveInfo类
FileSystemWatcher类
阅读全文
摘要:object[] types = { a, b, c, d, e, s, ex };
string s = "Microsoft .NET Framework 2.0 Application Development Foundation";
string[] sa = s.Split(' ');
Array.Sort(sa);
s = string.Join(" ", sa);
Console.WriteLine(s);
//打印 .NET 2.0 Application Development Foundation Framework Microsoft
Console.ReadKey();
阅读全文
摘要:ArrayList values = new ArrayList();
values.Add(new PositionData("Microsoft", "Msft"));
values.Add(new PositionData("Intel", "Intc"));
values.Add(new PositionData("Dell", "Dell"));
阅读全文

浙公网安备 33010602011771号