Nevron.UI Namespace / NResourceHelper Class / GetResourceStream Method / GetResourceStream(Assembly,String,String) Method


In This Topic
    GetResourceStream(Assembly,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetResourceStream( _
       ByVal assembly As System.Reflection.Assembly, _
       ByVal resource As System.String, _
       ByVal path As System.String _
    ) As System.IO.Stream
    'Usage
     
    
    Dim assembly As System.Reflection.Assembly
    Dim resource As System.String
    Dim path As System.String
    Dim value As System.IO.Stream
     
    value = NResourceHelper.GetResourceStream(assembly, resource, path)
    public static System.IO.Stream GetResourceStream( 
       System.Reflection.Assembly assembly,
       System.string resource,
       System.string path
    )

    Parameters

    assembly
    resource
    path
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also