'Declaration
Public Shared Function GetResourceStream( _
ByVal asmb As System.Reflection.Assembly, _
ByVal resName As System.String _
) As System.IO.Stream
public static System.IO.Stream GetResourceStream(
System.Reflection.Assembly asmb,
System.string resName
)