次の方法で共有


AssemblyBuilder.GetManifestResourceStream メソッド (Type, String)

このアセンブリから、指定された型の名前空間によってスコープが指定されている、指定されたマニフェスト リソースを読み込みます。

Overrides Overloads Public Function GetManifestResourceStream( _
   ByVal type As Type, _   ByVal name As String _) As Stream
[C#]
public override Stream GetManifestResourceStream(Typetype,stringname);
[C++]
public: Stream* GetManifestResourceStream(Type* type,String* name);
[JScript]
public override function GetManifestResourceStream(
   type : Type,name : String) : Stream;

パラメータ

  • type
    マニフェスト リソース名のスコープを指定するために名前空間を使用する型。
  • name
    要求されているマニフェスト リソースの名前。

戻り値

マニフェスト リソースを表す Stream

例外

例外の種類 条件
NotSupportedException このメソッドは、現在サポートされていません。
SecurityException 呼び出し元に、必要なアクセス許可がありません。

解説

返される Stream のファイル ポインタは、リソースの先頭に設定されます。

使用例

type の完全名が "MyNameSpace.MyClasses" で、name が "Dot" の場合、 GetManifestResourceStream は、MyNameSpace.Dot という名前のリソースを検索します。

必要条件

プラットフォーム: 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 名前空間 | AssemblyBuilder.GetManifestResourceStream オーバーロードの一覧 | アセンブリ マニフェスト