 | ISharedHostedApplicationIsLoaded Method (Guid) |
Gets whether a module is loaded
Namespace:
EBP.Framework.Common.Interfaces.Host
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxFunction IsLoaded (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
the Guid of IModule to test
Return Value
Type:
Booleantrue if the module is loaded; otherwise, false
See Also