OpenMetaverse Protocol Library Developers API Documentation
GetResourceStream Method (resourceName)
NamespacesOpenMetaverseHelpersGetResourceStream(String)
Attempts to load a file embedded in the assembly
Declaration Syntax
C#
public 
static 
Stream 
GetResourceStream(
        
string 
resourceName
)
Parameters
resourceName ( String)
The filename of the resource to load
Return Value
A Stream for the requested file, or null if the resource was not successfully loaded

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)