Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
resourceId
Type: System.StringThe resource identifier.
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