ICoverageModule.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
ReadOnly Property ImageLinkTime As UInteger
uint ImageLinkTime { get; }
property unsigned int ImageLinkTime {
    unsigned int get ();
}
abstract ImageLinkTime : uint32 with get
function get ImageLinkTime () : uint

Property Value

Type: UInt32
The time stamp from the compiled assembly for the module.

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace