'宣言 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)
パラメータ
- asmb
- An assembly where resources located.
- resName
- The resource name.
戻り値の型
The manifest resource; or null if no resources were specified during compilation or if the resource is not visible to the caller.