Echoes Base Library (Echoes.dll)

The Echoes Base Library (contained in Echoes.dll) is a small library that can be optionally used in Elements projects for the .NET and Mono platforms. It provides some of the core types, classes and functions that are needed for more advanced language features of Oxygene, C# and Swift, such as support for the Dynamic type.

Source Code

The Echoes Base Library is open source and implemented fully in Oxygene. You can find the source code on GitHub, and contributions and pull requests are more than welcome.

Note that you will usually need the very latest compiler to rebuild Echoes.dll yourself, and in some cases, the git repository might even contain code that requires a later compiler than is available. Refer to the commit messages for details on this, and check out an older revision, if necessary.

Namespaces

The Echoes Base Library is divided into these namespaces:

See Also

Version Notes

Echoes.dll was called RemObjects.Elements.Dynamic.dll in Elements 8.2 and below. Projects will automatically be migrated to use the Echoes.dll reference when opened in Fire or Visual Studio.