Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public static DateTime GetLinkerTimeUTC(
	this Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly.

Return Value

Type: DateTime
UTC 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