Click or drag to resize

ServiceProviderIRegistry Interface

Registry of global service providers.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public interface IRegistry

The ServiceProviderIRegistry type exposes the following members.

Properties
  NameDescription
Public propertyAll
Returns all the registered services.
Top
Methods
  NameDescription
Public methodRegister
Registers a service.
Public methodUnregister
Unregisters a service.
Top
Events
  NameDescription
Public eventRegistered
Occurs when a service is registered.
Public eventUnregistered
Occurs when a service is unregistered.
Top
See Also