Console.WriteLine("\n主线程在{0}应用域的静态成员",AppDomain.CurrentDomain.FriendlyName);
obj3.ShowThreadStaticValue();
}
static void Main()
{
//demoThreadSatic();
demoThreadStaticAcrossAppDomain();
}
}
}
《.net核心技术--原理与架构》
Console.WriteLine("\n主线程在{0}应用域的静态成员",AppDomain.CurrentDomain.FriendlyName);
obj3.ShowThreadStaticValue();
}
static void Main()
{
//demoThreadSatic();
demoThreadStaticAcrossAppDomain();
}
}
}
《.net核心技术--原理与架构》