Click or drag to resize

VersionInfo(Assembly) Constructor

Creates a new instance of VersionInfo for a specific Assembly.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public VersionInfo(
	Assembly assembly
)

Parameters

assembly  Assembly
The Assembly containing the assembly whose version information you want.
Exceptions
ExceptionCondition
ArgumentNullExceptionassembly is null
See Also