NestedContainer::GetService Method (Type^)
.NET Framework (current version)
Gets the service object of the specified type, if it is available.
Assembly: System (in System.dll)
Parameters
- service
-
Type:
System::Type^
The Type of the service to retrieve.
Return Value
Type: System::Object^An Object that implements the requested service, or null if the service cannot be resolved.
This method overrides the Container::GetService method. This implementation only resolves requests for the INestedContainer and IContainer services.
.NET Framework
Available since 2.0
Available since 2.0
Show: