|
EmbeddedResourceVirtualFileContainingAssembly Property
|
Gets a reference to the assembly containing the virtual file.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public Assembly ContainingAssembly { get; }
Public ReadOnly Property ContainingAssembly As Assembly
Get
member ContainingAssembly : Assembly with get
function get_ContainingAssembly();
View SourceProperty Value
Assembly
A
Assembly that contains the embedded
resource with the file contents.
See Also