Skip to content

Commit 378bfe2

Browse files
Update README.md
1 parent 6ec97ee commit 378bfe2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# dotNet4Java Tutorials
22
The samples in this directory use dotNet4Java to use .NET DLLs and .Net Framework Class Libraries in JAVA illustrating how you can levarage the possibilities of dotNet4Java in your JAVA projects.
33

4+
# dotNet4Java
5+
The dotNet4Java is a .Net Runtime Library for Java which helps Java developers work with .Net framework and 3rd party libraries in Java with ease. It is designed to provide a way to interact with applications written in anyone of the .Net languages (such as C#, Visual Basic.Net, Delphi.Net, JScript.Net, etc) from Java.
6+
7+
# What dotNet4Java can do:
8+
* Access .Net Framework Class Library (such as Collections, IO, Networking, Security, Cryptogrphy etc).
9+
* Access 3rd Party .Net Libraries.
10+
* Hosts the .Net Common Language Runtime (CLR) in Java.
11+
* Can load and access assemblies/types from 3rd party .Net libraries or executable files.
12+
* Can load and access .Net assemblies/types from Global Assembly Cache (GAC)
13+
* Can invoke members of a .Net types (such as constructor, fields, properties, methods and events).
14+
* Can create instance of .Net object.
15+
* Can handle .Net exceptions.
16+
* Can handle, access and invoke .Net events.
17+
* There are tools to import and generate .Net Libraries into Java class files.
18+
419
# License
520
The Apache License 2.0 applies to all saples in this repository.
621

0 commit comments

Comments
 (0)