System.Reflection.Assembly.GetManifestResourceNames Method

Returns the names of all the resources in this assembly.

Syntax

public virtual string[] GetManifestResourceNames ()

Returns

An array that contains the names of all the resources.

Remarks

Resource information is returned only if the resource is visible to the caller, or the caller has System.Security.Permissions.ReflectionPermission.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0