Factory Members
From Glimpse API
| Factory Members | Glimpse API Documentation |
The Factory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Factory |
Initializes a new instance of the Factory class without any IServiceLocator implementations.
| |
| Factory(IServiceLocator) |
Initializes a new instance of the Factory class without a IServiceLocator implementation from the framework provider.
| |
| Factory(IServiceLocator, IServiceLocator) |
Initializes a new instance of the Factory class.
| |
| Factory(IServiceLocator, IServiceLocator, Section) |
Initializes a new instance of the Factory class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| InstantiateBaseResourceUri |
Instantiates a string that represents the base Uri Glimpse will use for invoking all instances of IResource.
| |
| InstantiateClientScripts |
Instantiates a collection of IClientScripts.
| |
| InstantiateConfiguration |
Instantiates an instance of IGlimpseConfiguration.
| |
| InstantiateDefaultResource |
Instantiates an instance of IResource.
| |
| InstantiateDefaultRuntimePolicy |
Instantiates the default instance of RuntimePolicy.
| |
| InstantiateFrameworkProvider |
Instantiates an instance of IFrameworkProvider.
| |
| InstantiateHtmlEncoder |
Instantiates an instance of IHtmlEncoder.
| |
| InstantiateInspectors |
Instantiates a collection of IInspectors.
| |
| InstantiateLogger |
Instantiates an instance of ILogger.
| |
| InstantiateMessageBroker |
Instantiates an instance of IMessageBroker.
| |
| InstantiatePersistenceStore |
Instantiates an instance of IPersistenceStore.
| |
| InstantiateProxyFactory |
Instantiates an instance of IProxyFactory.
| |
| InstantiateResourceEndpointConfiguration |
Instantiates an instance of ResourceEndpointConfiguration.
| |
| InstantiateResources |
Instantiates a collection of IResources.
| |
| InstantiateRuntime |
Instantiates an instance of IGlimpseRuntime.
| |
| InstantiateRuntimePolicies |
Instantiates a collection of IRuntimePolicys.
| |
| InstantiateRuntimePolicyStrategy |
Instantiates a strategy pattern for accessing an instance of RuntimePolicy.
| |
| InstantiateSerializationConverters |
Instantiates a collection of ISerializationConverters.
| |
| InstantiateSerializer |
Instantiates an instance of ISerializer.
| |
| InstantiateTabs |
Instantiates a collection of ITabs.
| |
| InstantiateTimerStrategy |
Instantiates a strategy pattern for accessing an instance of IExecutionTimer.
| |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| GetTypeOrNull |
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.) | |
| ToStringOrDefault |
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.) |
See Also