Class AppRecord
Represents a record of a previously created Word application process. Used for crash recovery and cleanup of orphaned instances.
Inherited Members
Namespace: CoverageKiller2.DOM
Assembly: CoverageKiller2.dll
Syntax
public class AppRecord
Remarks
Version: CK2.00.00.0009
Constructors
AppRecord()
Declaration
public AppRecord()
Properties
PID
The process ID of the Word instance.
Declaration
public int PID { get; set; }
Property Value
Type | Description |
---|---|
int |
Tag
Optional tag for diagnostics or identification (e.g., "12345#ThisAddIn").
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
string |