ExtensionMethodsGetLinkerTimeUTC Method |
Gets the linker time of the assembly specified, in UTC.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static DateTime GetLinkerTimeUTC(
this Assembly assembly
)
<ExtensionAttribute>
Public Shared Function GetLinkerTimeUTC (
assembly As Assembly
) As DateTime
Parameters
- assembly
- Type: System.ReflectionAssembly
The assembly.
Return Value
Type:
DateTimeUTC date time which reflects the linker date of the assembly specified.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Assembly. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also