标签:blog ar sp div log bs as tt nbsp
GCHandle thisHandle = GCHandle.Alloc(this);//this 是 MyClass类型 IntPtr thisptr = GCHandle.ToIntPtr(thisHandle); GCHandle thisHandle = GCHandle.FromIntPtr(thisptr ); MyClass thisObject = (MyClass)thisHandle.Target;
标签:blog ar sp div log bs as tt nbsp
原文地址:http://www.cnblogs.com/uucode/p/4127117.html