Returns the names of all the resources in this assembly.
[Visual Basic] Public Function GetManifestResourceNames() As String () [C#] public string[] GetManifestResourceNames(); [C++] public: String* GetManifestResourceNames() []; [JScript] public function GetManifestResourceNames() : String[];
The names of all the resources.
Assembly Class | Assembly Members | System.Reflection Namespace