Wiki

Changes between Initial Version and Version 1 of BinaryLibrary

Show
Ignore:
Timestamp:
11/06/12 23:06:28 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BinaryLibrary

    v1 v1  
     1= Binary Library = 
     2 
     3A 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 
     5At the CommandLine, libraries can be referenced with the -ref command line option: 
     6{{{ 
     7cobra -ref:System.Data MyProgram.cobra 
     8}}} 
     9 
     10== See Also == 
     11 
     12 * LibraryTopics 
     13 * LanguageTopics