Share via


CoverageDSPriv.ModuleRow.ImageLinkTime Property

Gets the time stamp from the compiled assembly for the module, as represented by the number of seconds since December 31, 1969, at 4:00 P.M. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property ImageLinkTime As UInteger
public uint ImageLinkTime { get; set; }
public:
property unsigned int ImageLinkTime {
    unsigned int get ();
    void set (unsigned int value);
}
member ImageLinkTime : uint32 with get, set
function get ImageLinkTime () : uint 
function set ImageLinkTime (value : uint)

Property Value

Type: UInt32
The time stamp from the compiled assembly.

.NET Framework Security

See Also

Reference

CoverageDSPriv.ModuleRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace