ServiceManager Members
Include Protected Members
Include Inherited Members
Represents the behavior associated with an EditingContext.
The ServiceManager type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ServiceManager class.
Top
Methods
Name
Description
Overloaded. Determines if the ServiceManager contains a service.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When overridden in a derived class, retrieves an enumerator of the published services of this ServiceManager.
Serves as a hash function for a particular type. (Inherited from Object.)
GetRequiredService<ServiceType>
Retrieves an instance of a service of the specified type.
Overloaded. Retrieves an instance of a service of a specified type.
A helper method that gets the target object for a delegate.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Publishes a service.
Removes a callback method from a delegate.
Overloaded. Requests that a specified method is called when a service of a specified type is available.
Returns a string that represents the current object. (Inherited from Object.)
Overloaded. Requests that a specified method is no longer called when a service of a specified type is available.
Top
Explicit Interface Implementations
Name
Description
Infrastructure. For a description of this member, see GetEnumerator.
Top