ServiceProvider Class |
Namespace: Demo3D.Net
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public abstract class ServiceProvider
The ServiceProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ServiceProvider |
Creates a new service provider.
|
| Name | Description | |
|---|---|---|
| RequiredServices |
Services required by this class.
| |
| Sharing |
Connection sharing control.
| |
| SupportedServices |
Services supported directly by this class.
|
| Name | Description | |
|---|---|---|
| FilterServices |
Filters out services that conflict with our directly supported service.
| |
| NewProperties |
Returns properties for this service, or null.
| |
| ToString |
Returns a string representing the current object.
(Overrides ObjectToString.) | |
| TryCreateService |
Creates a new service for a protocol instance, or return null.
|