Click or drag to resize

AssemblyNameReference Constructor

Initializes a new instance of the AssemblyNameReference class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public AssemblyNameReference(
	string name,
	Version version
)

Parameters

name
Type: SystemString
version
Type: SystemVersion
See Also