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(
	Type manifestType,
	string directory
)

Parameters

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

See Also