Persistate API documentation
GetResourceStream Method (assembly, fileName)
NamespacesPersistateUtlGetResourceStream(Assembly, String)

[This is preliminary documentation and is subject to change.]

Opens a stream to read a file embedded in an assembly as a resource.
Declaration Syntax
C#
public static Stream GetResourceStream(
	Assembly assembly,
	string fileName
)
Parameters
assembly (Assembly)
The assembly in which the resource is embedded.
fileName (String)
The name of the embedded file. Note that this is the file name only, not the resource name.
Return Value
An open stream accessing the resource.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)