Changes between Initial Version and Version 1 of BinaryLibrary
- Timestamp:
- 11/06/12 23:06:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BinaryLibrary
v1 v1 1 = Binary Library = 2 3 A binary library is a programming library is 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. 4 5 At the CommandLine, libraries can be referenced with the -ref command line option: 6 {{{ 7 cobra -ref:System.Data MyProgram.cobra 8 }}} 9 10 == See Also == 11 12 * LibraryTopics 13 * LanguageTopics