Show / Hide Table of Contents

Namespace Itinero.Profiles.Lua.Interop.RegistrationPolicies

Classes

AutomaticRegistrationPolicy

Similar to DefaultRegistrationPolicy, but with automatic type registration is disabled.

DefaultRegistrationPolicy

The default registration policy used by MoonSharp unless explicitely replaced. Deregistrations are allowed, but registration of a new descriptor are not allowed if a descriptor is already registered for that type.

Automatic type registration is disabled.

PermanentRegistrationPolicy

A registration policy which makes registration permanent and not deletable. Deregistrations are not allowed and registrations of a new descriptor are not allowed if a descriptor is already registered for that type.

Interfaces

IRegistrationPolicy

Interface for managing how to handle

Back to top Built by Itinero, MIT licensed.