2008年2月28日

动态内存中加载DLL的问题

摘要: Private Sub RunMain(ByVal Dllpath As String, ByVal types As String) Dim str(1) As String Try Dim asm As [Assembly] '加载DLL '这里要检测文件是否存在 Dim FS As New System.IO.FileStream(Dllpath, FileMode.Open) 'Application.StartupPath & "\jad.dll" Dim ms As New MemoryStream Dim data As Byt 阅读全文

posted @ 2008-02-28 11:59 SuperCai 阅读(685) 评论(0) 推荐(0) 编辑

导航