Click or drag to resize

EmbeddedResourceVirtualFile Constructor

Initializes a new instance of the EmbeddedResourceVirtualFile class.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public EmbeddedResourceVirtualFile(
	string virtualPath,
	Assembly containingAssembly,
	string resourcePath
)
View Source

Parameters

virtualPath  String
The virtual path to the resource represented by this instance.
containingAssembly  Assembly
The Assembly containing the resource represented by this instance.
resourcePath  String
The path to the embedded resource in the containingAssembly.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if containingAssembly or resourcePath is .
ArgumentOutOfRangeException Thrown if resourcePath is Empty.
See Also