Welcome to mirror list, hosted at ThFree Co, Russian Federation.

intro.xml « devguide « xdocs « content « documentation « src « website - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32b1a5eb02e2387352cb7522c1a07d58ac433f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
<document> 
  <header> 
    <title>IKVM.NET Developer's Guide</title> 
    <authors><person name="Stephen Schaub" email="sschaub@bju.edu"/> 
    </authors> 
  </header> 
  <body> 
    
      <p>IKVM.NET makes it possible both to develop .NET applications in Java, and to use existing Java API's and libraries
      in applications written in any .NET language. This guide includes information of
      interest to developers who want to use Java as their preferred .NET development language, as well as
      for those who wish to use Java libraries in their C# or VB.NET applications.</p>
    
  </body>
</document>