Table of Contents

Interface ILunyServiceRegistryInternal

Namespace
Luny
/
Assembly
Luny.dll
public interface ILunyServiceRegistryInternal
Expand Details ...

Methods

RegisterService(LunyEngineServiceBase)

void RegisterService(LunyEngineServiceBase service)

Parameters

Type Name Description
LunyEngineServiceBase
service

ThrowDoesNotImplementServiceInterface(Type)

public static void ThrowDoesNotImplementServiceInterface(Type serviceType)

Parameters

Type Name Description
Type
serviceType

ThrowImplementsMultipleServiceInterfaces(Type, Type[])

public static void ThrowImplementsMultipleServiceInterfaces(Type serviceType, Type[] interfaces)

Parameters

Type Name Description
Type
serviceType
Type[]
interfaces