ServiceProvider Members
Include Protected Members
Include Inherited Members
Provides a unified service provider for managed VSPackages.
The ServiceProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServiceProvider(IServiceProvider) | Initializes a instance with an existing IServiceProvider interface. | |
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 | |
---|---|---|
CreateFromSetSite | ||
Dispose | Releases the resources used by the ServiceProvider object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService(Guid) | Gets the specified service from the unmanaged service provider. | |
GetService(Type) | Gets type-based services from the unmanaged service provider. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
GlobalProvider |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IObjectWithSite.GetSite | Gets the current site object to resolve services. | |
IObjectWithSite.SetSite | Sets the site object to resolve services. |
Top