Loading

09 2009 档案

摘要:A fusion log can contain very useful debugging information when you experience a failure to bind to an assembly. FileNotFoundException, FileLoadException, and BadImageFormatException are all exception... 阅读全文
posted @ 2009-09-27 11:33 .net's 阅读(957) 评论(0) 推荐(0)
摘要:更新:2007 年 11 月下面的过程演示了如何将符合标准 .NET Framework 模式的事件添加到您自己的类和结构中。.NET Framework 类库中的所有事件均基于 EventHandler 委托,定义如下:复制代码 public delegate void EventHandler(object sender, EventArgs e);说明:.NET Framework 2.0 ... 阅读全文
posted @ 2009-09-11 21:52 .net's 阅读(594) 评论(0) 推荐(0)