Click or drag to resize

EmbeddedResource Constructor (String, ManifestResourceAttributes, Byte)

Initializes a new instance of the EmbeddedResource class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public EmbeddedResource(
	string name,
	ManifestResourceAttributes attributes,
	byte[] data
)

Parameters

name
Type: SystemString
attributes
Type: Mono.CecilManifestResourceAttributes
data
Type: SystemByte
See Also