FlexReport for WPF
GetResourceStream メソッド (Utils)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : GetResourceStream メソッド
指定されたアセンブリからリソースストリームを取得します。
シンタックス
'宣言
 
Public Shared Function GetResourceStream( _
   ByVal asmb As System.Reflection.Assembly, _
   ByVal resName As System.String _
) As System.IO.Stream
'使用法
 
Dim asmb As System.Reflection.Assembly
Dim resName As System.String
Dim value As System.IO.Stream
 
value = Utils.GetResourceStream(asmb, resName)
public static System.IO.Stream GetResourceStream( 
   System.Reflection.Assembly asmb,
   System.string resName
)

パラメータ

asmb
resName
参照

Utils クラス
Utils メンバ