Click or drag to resize

LinkedResource Constructor (String, ManifestResourceAttributes)

Initializes a new instance of the LinkedResource class

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

Parameters

name
Type: SystemString
flags
Type: Mono.CecilManifestResourceAttributes
See Also