Returns names of all resources in the caller assembly.

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

Syntax

C#
public static string[] GetManifestResourceNames()

Return Value

The array of String containing names of all resources.

See Also