Click or drag to resize

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)
Syntax
bool IsLoaded(
	Type type
)

Parameters

type
Type: SystemType
the type of IModule to test

Return Value

Type: Boolean
true if the module is loaded; otherwise, false
See Also