Click or drag to resize

AssembliesGetManifestResourceInfo Method

Returns information about how the given resource has been persisted.

Namespace:  Cauldron.Reflection
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static ManifestResourceInfo GetManifestResourceInfo(
	string resourceInfoName
)

Parameters

resourceInfoName
Type: SystemString
The end of the fully qualified name of the embedded resource

Return Value

Type: ManifestResourceInfo
An object that is populated with information about the resource's topology, or null if the resource is not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionresourceInfoName is null.
ArgumentException The resourceInfoName parameter is an empty string ("").
See Also