|
EmbeddedResourcePathProviderGetConfiguredAssemblyNames Method
|
Gets the names of the configured assemblies from configuration.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax protected static string[] GetConfiguredAssemblyNames()
Protected Shared Function GetConfiguredAssemblyNames As String()
protected:
static array<String^>^ GetConfiguredAssemblyNames()
static member GetConfiguredAssemblyNames : unit -> string[]
GSF.Web.Hosting.EmbeddedResourcePathProvider.GetConfiguredAssemblyNames = function();
View SourceReturn Value
String
A
StringCollection with
the names of the configured assemblies that should participate in this
path provider.
See Also