VersionInfo(Assembly) Constructor

Creates a new instance of VersionInfo for a specific Assembly.

Definition

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

Parameters

assembly  Assembly
The Assembly containing the assembly whose version information you want.

Exceptions

ArgumentNullExceptionassembly is null

See Also