DatabaseModule.ImageLinkTime Property
Gets the time stamp from the compiled assembly for the module, as represented by the number of seconds since December 31st, 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.Database
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
public uint ImageLinkTime { get; }
public:
property unsigned int ImageLinkTime {
virtual unsigned int get() sealed;
}
abstract ImageLinkTime : uint32 with get
override ImageLinkTime : uint32 with get
Public ReadOnly Property ImageLinkTime As UInteger
Property Value
Type: System.UInt32
The time stamp for when the assembly image was created and linked.
Implements
See Also
DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace
Return to top