[]
Gets resource stream from specified assembly.
public static Stream GetResourceStream(Assembly asmb, string resName)
| Type | Name | Description |
|---|---|---|
| Assembly | asmb | An assembly where resources located. |
| string | resName | The resource name. |
| 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. |