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
[DebuggerNonUserCodeAttribute]
public uint ImageLinkTime { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int ImageLinkTime {
unsigned int get();
void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member ImageLinkTime : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property ImageLinkTime As UInteger
Property Value
Type: System.UInt32
The time stamp from the compiled assembly.
See Also
CoverageDSPriv.ModuleRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top