Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
LoadedAssemblies Property
NamespacesGenesyslab.Desktop.InfrastructureModuleLoaderLoadedAssemblies
Gets the loaded assemblies. This property is used for testability and it is not intended to be used by inheritors.
Declaration Syntax
C#Visual BasicVisual C++
protected IDictionary<string, Assembly> LoadedAssemblies { get; }
Protected ReadOnly Property LoadedAssemblies As IDictionary(Of String, Assembly)
protected:
property IDictionary<String^, Assembly^>^ LoadedAssemblies {
	IDictionary<String^, Assembly^>^ get ();
}
Value
A with the loaded asemblies.
See Also

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)