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
Get
Set
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: System.UInt32
The time stamp from the compiled assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.