Method FindAndGetManifestResourceStream
FindAndGetManifestResourceStream(Assembly, Type, String)
Aggressively searches for a resource and, if found, returns an open
Declaration
public static Stream FindAndGetManifestResourceStream(this Assembly assembly, Type type, string name)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | this assembly |
Type | type | a type in the same namespace as the resource |
System.String | name | the resource name to locate |
Returns
Type | Description |
---|---|
Stream | an open |