摘要:
namespace Microshaoft.Web.ShareCache{ using System; using System.Linq; using System.Collections.Generic; using System.Threading; using ... 阅读全文
摘要:
namespace ConsoleApplication{ using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using Microshaoft; /// <summary> /// Class1 的摘要说明。 /// </summary> public class PerformanceCountersCategoryCreater { /// <summary> /// ... 阅读全文
摘要:
namespace Test{ using System; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main() { var q = new ConcurrentAsyncQueue<int>(); q.AttachPerformanceCounters("new"); Random random = ne... 阅读全文
摘要:
namespace ConsoleApplication{ using System; using System.Linq; using Microshaoft; using Test.Share; public class Class1 { //[STAThread] static void Main(string[] args) { var c = "Test.Share.ComplexType"; var assembly = AppDomain.CurrentDom... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using System.Collections.Concurrent; using System.Linq.Expressions; public static class ObjectsTypesBytesHelper { public static byte[] ObjectToBytes<T> ... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; using System.Collections.Concurrent; class Program { static void Main(string[] args) { var list = new List() ... 阅读全文
摘要:
namespace Test{ using System; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Text; using System.Xml; using System.Xml.Serialization; using Microshaoft; using Test.Share; public class Class1 { static WebDirectory _wd = nu... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.Linq; public class Class1 { static void Main(string[] args) { var entrys = new[] { new { ... 阅读全文
摘要:
//==========================================================================================================================/*csc /r:Share.dll Server.cs*/namespace Microshaoft.RemotingObjects.Server{ using System; using System.Threading; using System.Collections.Concurrent; using Microsh... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using System.Runtime.InteropServices; public static class CodeTimer { public static void Initialize() { Process.GetCurrentProcess().Prior... 阅读全文