[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.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BuildInformation(
Assembly assembly,
string path = null,
bool throwError = true
)
public BuildInformation(
Assembly assembly,
string path = null,
bool throwError = true
)
Public Sub New (
assembly As Assembly,
Optional path As String = Nothing,
Optional throwError As Boolean = true
)
Public Sub New (
assembly As Assembly,
Optional path As String = Nothing,
Optional throwError As Boolean = true
)
public:
BuildInformation(
Assembly^ assembly,
String^ path = nullptr,
bool throwError = true
)
public:
BuildInformation(
Assembly^ assembly,
String^ path = nullptr,
bool throwError = true
)
new :
assembly : Assembly *
?path : string *
?throwError : bool
(* Defaults:
let _path = defaultArg path null
let _throwError = defaultArg throwError true
*)
-> BuildInformation
new :
assembly : Assembly *
?path : string *
?throwError : bool
(* Defaults:
let _path = defaultArg path null
let _throwError = defaultArg throwError true
*)
-> BuildInformation