Creates a new instance of the class XManifestResourceManager.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public XManifestResourceManager(
	string baseName,
	Assembly asm
)

Parameters

baseName
Type: System..::.String
A base name.
asm
Type: System.Reflection..::.Assembly
The assembly where the manifests are included.

See Also