Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ObjectReference Class / ObjectReference Constructor
The creation time.
The com object to track.
The stack trace.

In This Topic
    ObjectReference Constructor
    In This Topic
    Initializes a new instance of the ObjectReference class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal creationTime As System.Date, _
       ByVal comObject As ComObject, _
       ByVal stackTrace As System.String _
    )
    public ObjectReference( 
       System.DateTime creationTime,
       ComObject comObject,
       System.string stackTrace
    )

    Parameters

    creationTime
    The creation time.
    comObject
    The com object to track.
    stackTrace
    The stack trace.
    See Also