Factory Members | Glimpse API Documentation |
The Factory type exposes the following members.
Back to Top
Back to Top
Back to Top
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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