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

tools.xml « userguide « xdocs « content « documentation « src « website - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe0ce15ca6bc6e6fe616ad466e195e27a63a407e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 User Manual: Tools Reference</title> 
  </header> 
  <body>
    <p>IKVM.NET includes the following tools:</p>
    <ul>
      <li><link href="site:ikvm">ikvm</link> - Java Virtual Machine</li>
      <li><link href="site:ikvmc">ikvmc</link> - Compiles Java Bytecode to CIL</li>
      <li><link href="site:ikvmstub">ikvmstub</link> - Generates Java stub classes from .NET assemblies</li>
    </ul>
  </body>
  </document>