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,
	Type resourceSet
)

Parameters

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

Exceptions

ExceptionCondition
System..::.ArgumentNullException baseName is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException asm is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also