国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

在指定應用程序域中執行代碼

2024-07-21 02:28:53
字體:
來源:轉載
供稿:網友

超級入門級:) 哈哈~ 留個紀念。
//
// 在指定應用程序域中執行代碼
//
//
//


using system;
using system.collections.generic;
using system.text;

namespace domaintest
{
    class program
    {
        private static string strkey = "key1";

        static void main(string[] args)
        {
            appdomain domaintest = appdomain.createdomain("domaintest");
            string strval = "value1";
            domaintest.setdata(strkey, strval);

            // 跨程序域調用委托
            crossappdomaindelegate callback = delegate
            {
                // 取得當前程序域
                appdomain domain = appdomain.currentdomain;
                console.writeline(string.format("value: {0} in {1}", domain.getdata(strkey), domain.friendlyname));
            };

            // 在指定程序域中執行代碼
            domaintest.docallback(callback);

            console.read();
        }
    }
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 安仁县| 广平县| 德格县| 平武县| 绥棱县| 吉安县| 公安县| 金秀| 茌平县| 庐江县| 偃师市| 镇雄县| 嘉祥县| 十堰市| 阿合奇县| 郓城县| 东源县| 乡城县| 宜兴市| 河西区| 太谷县| 全南县| 仁寿县| 洪雅县| 孟连| 阳江市| 隆子县| 北安市| 缙云县| 蒲江县| 民勤县| 桦南县| 大宁县| 当阳市| 林口县| 定襄县| 弋阳县| 香港 | 东乌| 闽清县| 汪清县|