Click or drag to resize

EmbeddedResourceVirtualFileContainingAssembly Property

Gets a reference to the assembly containing the virtual file.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Assembly ContainingAssembly { get; }
View Source

Property Value

Assembly
A Assembly that contains the embedded resource with the file contents.
See Also