次の方法で共有


AssemblyBuilder.GetManifestResourceNames メソッド

このアセンブリから、指定されたマニフェスト リソースを読み込みます。

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

戻り値

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

例外

例外の種類 条件
NotSupportedException このメソッドは、動的アセンブリではサポートされていません。マニフェスト リソース名を取得するには、 GetManifestResourceNames を使用します。
SecurityException 呼び出し元に、必要なアクセス許可がありません。

必要条件

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

.NET Framework セキュリティ:

参照

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