'Declaration Public Function New( _ ByVal creationTime As Date, _ ByVal comObject As ComObject, _ ByVal stackTrace As String _ )
public ObjectReference( DateTime creationTime, ComObject comObject, string stackTrace )
Parameters
- creationTime
- The creation time.
- comObject
- The com object to track.
- stackTrace
- The stack trace.