|
EmbeddedResourcePathProviderInitialize Method
|
Initializes the VirtualPathProvider instance.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
Syntaxprotected override void Initialize()
Protected Overrides Sub Initialize
protected:
virtual void Initialize() override
abstract Initialize : unit -> unit
override Initialize : unit -> unit
View Source
Remarks
The set of assemblies configured to provide embedded resource files
are queried for EmbeddedResourceFileAttribute
attributes. For each one present, the associated embedded resource
is added to the virtual file system served by this provider.
See Also