Namespace Itinero.Profiles.Lua.Interop.RegistrationPolicies
Classes
|
Similar to DefaultRegistrationPolicy, but with automatic type registration is disabled. |
|
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. |
|
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
|
Interface for managing how to handle |