Click or drag to resize

AssemblyUtilitiesGetLinkerTimestamp Method (String)

Gets the linker timestamp of an assembly's path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static DateTime? GetLinkerTimestamp(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: NullableDateTime
A timestamp.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also