Interface ILunyServiceRegistryInternal
- Namespace
- Luny
- Assembly
- Luny.dll
public interface ILunyServiceRegistryInternal
Methods
RegisterService(LunyEngineServiceBase)
void RegisterService(LunyEngineServiceBase service)
Parameters
serviceLunyEngineServiceBase
ThrowDoesNotImplementServiceInterface(Type)
public static void ThrowDoesNotImplementServiceInterface(Type serviceType)
Parameters
serviceTypeType
ThrowImplementsMultipleServiceInterfaces(Type, Type[])
public static void ThrowImplementsMultipleServiceInterfaces(Type serviceType, Type[] interfaces)
Parameters
serviceTypeTypeinterfacesType[]