Table of Contents

Interface ILunyServiceRegistryInternal

Namespace
Luny
Assembly
Luny.dll
public interface ILunyServiceRegistryInternal

Methods

RegisterService(LunyEngineServiceBase)

void RegisterService(LunyEngineServiceBase service)

Parameters

service LunyEngineServiceBase

ThrowDoesNotImplementServiceInterface(Type)

public static void ThrowDoesNotImplementServiceInterface(Type serviceType)

Parameters

serviceType Type

ThrowImplementsMultipleServiceInterfaces(Type, Type[])

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

Parameters

serviceType Type
interfaces Type[]