BuildInformation Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates and instance of BuildInformation class from the specified resource path in particular assembly. If assembly is null then BuildInformation for the whole framework is returned. If Path is null then the first found BUILD info resource is used from the specified assembly

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public BuildInformation(
	Assembly assembly,
	string path = null,
	bool throwError = true
)
See Also