次の方法で共有


Assembly.GetManifestResourceNames メソッド

このアセンブリのすべてのリソースの名前を返します。

Public Overridable Function GetManifestResourceNames() As String()
[C#]
public virtual string[] GetManifestResourceNames();
[C++]
public: virtual String* GetManifestResourceNames()  __gc[];
[JScript]
public function GetManifestResourceNames() : String[];

戻り値

すべてのリソースの名前を格納している文字列型の配列。

解説

このメソッドは、パブリック リソースとプライベート リソースのどちらに対しても機能します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

.NET Framework セキュリティ:

参照

Assembly クラス | Assembly メンバ | System.Reflection 名前空間