Namespace EzrSquared.Runtime.Types.Wrappers
Classes
- DontWrapMemberAttribute
Attribute for C# types and members which should NOT be automatically wrapped from C# types into ezr² types by the interpreter.
- EzrObjectWrapper
Class to automatically wrap instances of C# types so that they can be used in ezr².
- EzrTypeWrapper
Class to automatically wrap C# types so that they can be used in ezr².
- EzrWrapper<TMemberInfo>
Parent class for all automatic wrappers which wrap existing C# objects and members so that they can be used in ezr².
- WrapMemberAttribute
Attribute for C# types and members to be automatically wrapped from C# types into ezr² types.