[]
        
(Showing Draft Content)

C1.Document.Utils.GetResourceStream

GetResourceStream Method

GetResourceStream(Assembly, string)

Gets resource stream from specified assembly.

Declaration
public static Stream GetResourceStream(Assembly asmb, string resName)
Parameters
Type Name Description
Assembly asmb

An assembly where resources located.

string resName

The resource name.

Returns
Type Description
Stream

The manifest resource; or null if no resources were specified during compilation or if the resource is not visible to the caller.