We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gets the service object of the specified type.
Namespace: CodeJam.ServicesAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public Object GetService( Type serviceType )
VB
Public Function GetService ( serviceType As Type ) As Object
F#
abstract GetService : serviceType : Type -> Object override GetService : serviceType : Type -> Object
Type: ObjectA service object of type serviceType.-or- null if there is no service object of type serviceType.
IServiceProvider.GetService(Type)
ServiceContainer ClassCodeJam.Services Namespace