 | ISharedHostedApplicationIsLoaded Method (Type) |
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)
Syntaxbool IsLoaded(
Type type
)
Function IsLoaded (
type As Type
) As Boolean
Parameters
- type
- Type: SystemType
the type of IModule to test
Return Value
Type:
Booleantrue if the module is loaded; otherwise, false
See Also