[]
Contains information about a tracked COM object.
public class ObjectReference
Name | Description |
---|---|
ObjectReference(DateTime, ComObject, string) | Initializes a new instance of the ObjectReference class. |
Name | Description |
---|---|
CreationTime | Gets the time the object was created. |
IsAlive | Gets a value indicating whether the tracked object is alive. |
Object | Gets a weak reference to the tracked object. |
StackTrace | Gets the stack trace when the track object was created. |
Name | Description |
---|---|
ToString() | Returns a string that represents this instance. |