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
)

Parameters

manifestType
Type: System..::.Type
The type Type determinates the assembly from which the source container will be created.

See Also