HyperActive
ServiceDetails Constructor (service, serviceImpl, ctorParams)
NamespacesHyperActive.Core.ContainerServiceDetailsServiceDetails(Type, Type, List<(Of <(CtorParameter>)>))
Initializes a new instance of the ServiceDetails struct.
Declaration Syntax
C#Visual BasicVisual C++
public ServiceDetails(
	Type service,
	Type serviceImpl,
	List<CtorParameter> ctorParams
)
Public Sub New ( _
	service As Type, _
	serviceImpl As Type, _
	ctorParams As List(Of CtorParameter) _
)
public:
ServiceDetails(
	Type^ service, 
	Type^ serviceImpl, 
	List<CtorParameter>^ ctorParams
)
Parameters
service (Type)
The service.
serviceImpl (Type)
The service impl.
ctorParams (List<(Of <(CtorParameter>)>))
The ctor params.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)