ICoverageModule.SignatureAge Property
Gets the time stamp for the module signature, 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
ReadOnly Property SignatureAge As UInteger
Get
uint SignatureAge { get; }
property unsigned int SignatureAge {
unsigned int get ();
}
abstract SignatureAge : uint32
function get SignatureAge () : uint
Property Value
Type: System.UInt32
The time stamp for the module signature.
.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.