Creates a new instance of the class XAssemblyManifestResourceLocation.

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

Syntax

C#
public XAssemblyManifestResourceLocation(
	Type manifestType,
	string fullName
)

Parameters

manifestType
Type: System..::.Type
The type Type determinates a source which is situated in the same assembly as the type is.
fullName
Type: System..::.String
The full name of the source.

Exceptions

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

See Also