DatabaseModule.ImageLinkTime Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
'Declaration
Public ReadOnly Property ImageLinkTime As UInteger
Get
public uint ImageLinkTime { get; }
public:
virtual property unsigned int ImageLinkTime {
unsigned int get () sealed;
}
abstract ImageLinkTime : uint32
override ImageLinkTime : uint32
final function get ImageLinkTime () : uint
Property Value
Type: System.UInt32
The time stamp for when the assembly image was created and linked.
Implements
.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.