[]
Loads the specified manifest resource from the entry assembly.
public static Stream GetStream(string name)
Type | Name | Description |
---|---|---|
string | name | The case-insensitive name of the manifest resource being requested. |
Type | Description |
---|---|
Stream | A Stream representing this manifest resource. |
Loads the specified manifest resource from the specified assembly.
public static Stream GetStream(Assembly a, string name)
Type | Name | Description |
---|---|---|
Assembly | a | An Assembly to load resource from. |
string | name | The case-insensitive name of the manifest resource being requested. |
Type | Description |
---|---|
Stream | A Stream representing this manifest resource. |