Returns names of all resources in the assembly assembly.

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

Syntax

C#
public static string[] GetManifestResourceNames(
	Assembly assembly
)

Parameters

assembly
Type: System.Reflection..::.Assembly
Assembly.

Return Value

The array of String containing names of all resources.

Exceptions

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

See Also