Click or drag to resize
ServiceResolve Method
Overload List
  NameDescription
Public methodStatic memberResolveTService
Returns an instance of TService as registered within the system. Only services with Singleton or Transient are resolved.
Public methodStatic memberResolve(Type)
Returns an instance of serviceType as registered within the system. Only services with Singleton or Transient are resolved.
Top
See Also