摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Runtime.Remoting;using System.Threading;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Marshalling(); } static void Marshalling() { //获得当前线程的应用程序域 阅读全文
posted @ 2012-06-04 14:14
狩猪逮兔
阅读(365)
评论(0)
推荐(0)