Wiki

Binary Library

A binary library is a programming library in binary form with no remaining source code. On .NET and Mono these are files ending in ".dll" containing CommonLanguageRuntime byte-code. On JVM these are files ending in ".jar" containing JVM byte-code.

At the CommandLine, libraries can be referenced with the -ref command line option:

cobra -ref:System.Data MyProgram.cobra

See Also