QQ聊天
摘要: MaxScript里面不能创建 AppDomain,所以不能卸载,但是可以覆盖,虽然多占用了资源,但是开发时方便了。using System;using System.Collections.Generic;using System.Text;namespace Test{ public class TestClass { public int GetInt() { return 199; } }}Fn GetDotNetAssemblyByFile dllFileName = ( local result DotNetAssembly = dotNetClass "System.R 阅读全文
posted @ 2011-03-08 15:19 SITT 阅读(1057) 评论(0) 推荐(1)
QQ聊天