'宣言
Public Overloads Shared Function GetStream( _
ByVal As System.Reflection.Assembly, _
ByVal As System.String _
) As System.IO.Stream
public static System.IO.Stream GetStream(
System.Reflection.Assembly ,
System.string
)
パラメータ
- a
- リソースのロード元の System.Reflection.Assembly。
- name
- 要求されたマニフェストリソース名(大文字と小文字は区別されません)。
戻り値の型
このマニフェストリソースを表す System.IO.Stream。