InstantiateClientScripts Method

Glimpse API

Factory InstantiateClientScripts Method Glimpse API Documentation
Instantiates a collection of IClientScripts.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public ICollection<IClientScript> InstantiateClientScripts()
public ICollection<IClientScript> InstantiateClientScripts()

Return Value

A collection of IClientScript instances resolved by one of the IServiceLocators, otherwise all IClientScripts discovered in the configured discovery location.
See Also