摘要: System.Reflection.MethodBase.GetCurrentMethodMethodBase.Module.Name \\方法、函数所在程序的名称MethodBase.ReflectedType.Name \\方法、函数所在类的名称MethodBase.Name \\方法、函数的名称 阅读全文
posted @ 2010-01-08 16:25 Mo 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Imports System.Runtime.Serialization.Formatters.BinaryImports System.IO Dim oTools As BinaryFormatter = New BinaryFormatter \\序列化要用到的类 Dim oStream As FileStream = New FileStream("Store Object Path", F... 阅读全文
posted @ 2010-01-08 14:55 Mo 阅读(170) 评论(0) 推荐(0) 编辑