Scheduler for WPF
GetStream(Assembly,String) メソッド

C1.WPF.Schedule.4.6.2 アセンブリ > C1.WPF.Schedule 名前空間 > ResourceLoader クラス > GetStream メソッド : GetStream(Assembly,String) メソッド
リソースのロード元の System.Reflection.Assembly
要求されたマニフェストリソース名(大文字と小文字は区別されません)。
指定したアセンブリから指定したマニフェストリソースをロードします。
シンタックス
'宣言
 
Public Overloads Shared Function GetStream( _
   ByVal a As System.Reflection.Assembly, _
   ByVal name As System.String _
) As System.IO.Stream
public static System.IO.Stream GetStream( 
   System.Reflection.Assembly a,
   System.string name
)

パラメータ

a
リソースのロード元の System.Reflection.Assembly
name
要求されたマニフェストリソース名(大文字と小文字は区別されません)。

戻り値の型

このマニフェストリソースを表す System.IO.Stream
参照

ResourceLoader クラス
ResourceLoader メンバ
オーバーロード一覧