COM and .NET-based Memory Management COM implements a deterministic model for freeing memory. In COM
[更多…]-
[节选] – Handling Complex COM Objects with Interop Assemblies
-
Using Word COM objects in .NET, WinWord process won’t quit after calling Word.Documents.Add
There are a few important things here: 1) Never use 2 dots on the same line. Also consider an indexe
[更多…] -
[转] – .NET Memory Profiler 使用手册
.NET Memory Profiler 使用手册 热度 1已有 303 次阅读 2010-10-25 13:32 |个人分类:评审文章|系统分类::技术研究|关键词:Profiler Memory
[更多…] -
Performance problems with .NET/Excel COM Interop
Your concerns are dead on. I have not run any time tests using Automation in .Net, but using VB 6.0,
[更多…] -
WORD DOM performance in c#
>Word.ApplicationClass WordApp = new Word.ApplicationClass();>Word.Range wr = WordApp.Selectio
[更多…] -
makecert.exe 路径
C:Program FilesMicrosoft SDKsWindowsv6.0Abin
[更多…] -
[转] – 使用 .Net Memory Profiler 诊断 .NET 应用内存泄漏(方法与实践)
使用 .Net Memory Profiler 诊断 .NET 应用内存泄漏(方法与实践) 文章分类:.net编程 关键字: memory leak, .net, .net memory profil
[更多…] -
[转] – 微软Marshal.ReleaseComObject
微软Marshal.ReleaseComObject 方法的来龙去脉 目的:研究了很多微软调用COM 对象或者ActiveX控件的范例,都很少有用到Marshal.ReleaseComObject 方
[更多…] -
C#:遍历Enum(枚举)
using System; namespace Test { 
[更多…] -
C#操作ini文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runti
[更多…]