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

uint ImageLinkTime { get; }
property unsigned int ImageLinkTime {
    unsigned int get();
}
abstract ImageLinkTime : uint32 with get
ReadOnly Property ImageLinkTime As UInteger

Property Value

Type: System.UInt32

The time stamp from the compiled assembly for the module.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top