Creates a new instance of the class XAssemblyManifestResourceContainer.

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

Syntax

C#
public XAssemblyManifestResourceContainer(
	Assembly assembly,
	string directory
)

Parameters

assembly
Type: System.Reflection..::.Assembly
The assembly Assembly from which the source containe will be created.
directory
Type: System..::.String
The directory, where the assembly is situated Assembly.

Exceptions

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

See Also