Include Protected Members
Include Inherited Members
Provides a unified service provider for managed VSPackages.
The ServiceProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ServiceProvider(IServiceProvider) | Initializes a instance with an existing IServiceProvider interface. | 
| .gif) | ServiceProvider(IServiceProvider, Boolean) | Initializes a new instance of the ServiceProvider class with an existing IServiceProvider object and optionally passes all requests to the underlying service provider. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | CreateFromSetSite | |
| .gif) | Dispose | Releases the resources used by the ServiceProvider object. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetService(Guid) | Gets the specified service from the unmanaged service provider. | 
| .gif) | GetService(Type) | Gets type-based services from the unmanaged service provider. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | GlobalProvider | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IObjectWithSite.GetSite | Gets the current site object to resolve services. | 
| .gif) .gif) | IObjectWithSite.SetSite | Sets the site object to resolve services. | 
Top