ResourceHandler.GetStream Method (String)

 

Retrieves the resource stream.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Stream GetStream(
    string resourceId
)
public:
Stream^ GetStream(
    String^ resourceId
)
Public Function GetStream (
    resourceId As String
) As Stream

Parameters

Return Value

Type: System.IO.Stream

A System.IO.Stream that contains the localized stream corresponding to the resource.

See Also

ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top