C#
sun9wind
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#中的委托
using System;using System.Collections;namespace ConsoleApplication1{ /// /// DelegateEvent 的摘要说明。 /// class DBConnection { protected static int NextConnectionNbr = 1; protected string connection原创 2005-01-09 18:49:00 · 755 阅读 · 1 评论 -
c#中的流类
using System;using System.IO;using System.Text;using System.Net;namespace ConsoleApplication1{ /// /// ReadomReadFile 的摘要说明。 /// public class ReadomReadFile { static FileStream fs = null; static S原创 2005-01-09 18:55:00 · 1776 阅读 · 0 评论 -
C#中与未操控语句交互运作
using System;using System.Runtime.InteropServices;namespace FastCSharp{ class Class1 { [STAThread] unsafe static void Main(string[] args) {// comInvoke();// helloWorld();// StructIn原创 2005-01-14 18:40:00 · 681 阅读 · 0 评论
分享