Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Gets GUID-based services from the unmanaged service provider.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
GetService(Guid) | Gets the specified service from the unmanaged service provider. |
![]() |
GetService(Type) | Gets type-based services from the unmanaged service provider. |
Top
Remarks
Services are identified for retrieval by an associated GUID. ServiceProvider allows services to be requested directly with a GUID, but is overloaded to permit requests by service type as well.