Method | Description | |
---|---|---|
EmbeddedResourceVirtualFile ( string virtualPath, |
Initializes a new instance of the GSF.Web.Hosting.EmbeddedResourceVirtualFile class.
|
|
Open ( ) : Stream |
Returns a read-only stream to the virtual resource.
|
public EmbeddedResourceVirtualFile ( string virtualPath, |
||
virtualPath | string | The virtual path to the resource represented by this instance. |
containingAssembly | The |
|
resourcePath | string | The path to the embedded resource in the |
return | System |