Looks up the specified service.

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Object GetService(
	Type serviceType
)
Visual Basic (Declaration)
Public Function GetService ( _
	serviceType As Type _
) As Object
Visual C++
public:
virtual Object^ GetService(
	Type^ serviceType
) sealed

Parameters

serviceType
Type: System..::.Type

[Missing <param name="serviceType"/> documentation for "M:Bespoke.Common.ServiceContainer.GetService(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.ServiceContainer.GetService(System.Type)"]

Implements

IServiceProvider..::.GetService(Type)

See Also