コード例 #1
0
ファイル: BaseInfo.cs プロジェクト: yao-yi/DNTProfiler
 protected BaseInfo()
 {
     AtDateTime          = DateTime.Now;
     ManagedThreadId     = DispatcherHelper.GetManagedThreadId();
     ApplicationIdentity = new AppIdentity();
     HttpInfo            = new HttpInfo();
     AppDomainSnapshot   = new AppDomainMonitorSnapshot();
 }
コード例 #2
0
ファイル: BaseInfo.cs プロジェクト: yao-yi/DNTProfiler
 protected BaseInfo()
 {
     AtDateTime = DateTime.Now;
     ManagedThreadId = DispatcherHelper.GetManagedThreadId();
     ApplicationIdentity = new AppIdentity();
     HttpInfo = new HttpInfo();
     AppDomainSnapshot = new AppDomainMonitorSnapshot();
 }