Loads the specified manifest resource from the specified assembly.
'宣言
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
- An System.Reflection.Assembly to load resource from.
- name
- The case-insensitive name of the manifest resource being requested.
戻り値の型
A System.IO.Stream representing this manifest resource.