IFactoryService.GetManifestResourceStream(String, String) Method

Definition

Loads the specified manifest resource from the service.

public:
 System::IO::Stream ^ GetManifestResourceStream(System::String ^ assemblyName, System::String ^ streamName);
public System.IO.Stream GetManifestResourceStream (string assemblyName, string streamName);
abstract member GetManifestResourceStream : string * string -> System.IO.Stream
Public Function GetManifestResourceStream (assemblyName As String, streamName As String) As Stream

Parameters

assemblyName
String

The case-sensitive assembly name of the manifest resource being requested.

streamName
String

The case-sensitive stream name of the manifest resource being requested.

Returns

The specified manifest resource from the service.

Applies to