-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Services_ServiceContainer_GetService
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Gets the service object of the specified type.
Namespace: CodeJam.Services
Assembly: 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
- serviceType
- Type: System.Type
An object that specifies the type of service object to get.
Type: Object
A service object of type serviceType.-or- null if there is no service object of type serviceType.