Click or drag to resize

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)
Syntax
bool IsLoaded(
	Guid id
)

Parameters

id
Type: SystemGuid
the Guid of IModule to test

Return Value

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