NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.GetManifestResourceNames

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[];

Return Value

The names of all the resources.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace