ServiceProviderVisualizer Methods |
The ServiceProviderVisualizer type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to CreateEvaluators(IEnumerableIServiceProvider, EvaluatorGroup) | |
| CreateEvaluators |
Called by ServiceProviderDisplay to instruct the visualizer to create an EvaluatorT
objects needed for visualization.
| |
| Dispose |
Releases any resources associated with this instance.
| |
| Dispose(Boolean) |
Releases any resources associated with this instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitialUpdate |
Called by the ServiceProviderDisplay after all evaluators have been created to instruct
the visualizer to finish any remaining initialization and draw its static graphics.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Pick |
Returns a list of IServiceProvider instances that were contained in the
provided PickResult | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Updates any dynamic graphics to the provided time.
| |
| UpdateReferences |
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
|