Factory Methods

Glimpse API

Factory Methods Glimpse API Documentation
The Factory type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInstantiateBaseResourceUri
Instantiates a string that represents the base Uri Glimpse will use for invoking all instances of IResource.
Public methodInstantiateClientScripts
Instantiates a collection of IClientScripts.
Public methodInstantiateConfiguration
Instantiates an instance of IGlimpseConfiguration.
Public methodInstantiateDefaultResource
Instantiates an instance of IResource.
Public methodInstantiateDefaultRuntimePolicy
Instantiates the default instance of RuntimePolicy.
Public methodInstantiateFrameworkProvider
Instantiates an instance of IFrameworkProvider.
Public methodInstantiateHtmlEncoder
Instantiates an instance of IHtmlEncoder.
Public methodInstantiateInspectors
Instantiates a collection of IInspectors.
Public methodInstantiateLogger
Instantiates an instance of ILogger.
Public methodInstantiateMessageBroker
Instantiates an instance of IMessageBroker.
Public methodInstantiatePersistenceStore
Instantiates an instance of IPersistenceStore.
Public methodInstantiateProxyFactory
Instantiates an instance of IProxyFactory.
Public methodInstantiateResourceEndpointConfiguration
Instantiates an instance of ResourceEndpointConfiguration.
Public methodInstantiateResources
Instantiates a collection of IResources.
Public methodInstantiateRuntime
Instantiates an instance of IGlimpseRuntime.
Public methodInstantiateRuntimePolicies
Instantiates a collection of IRuntimePolicys.
Public methodInstantiateRuntimePolicyStrategy
Instantiates a strategy pattern for accessing an instance of RuntimePolicy.
Public methodInstantiateSerializationConverters
Instantiates a collection of ISerializationConverters.
Public methodInstantiateSerializer
Instantiates an instance of ISerializer.
Public methodInstantiateTabs
Instantiates a collection of ITabs.
Public methodInstantiateTimerStrategy
Instantiates a strategy pattern for accessing an instance of IExecutionTimer.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also