Learn how to call instance and static methods on .NET objects.
Check how to sepcify generic arguments and call generic methods.
See how to get or set values for properties or fields of .NET object
How to work with .NET enum types
Find out how to use Value-Type and Reference-Type Arrays
Find out how to subscribe to any .NET event with javOnet.
Find out how to catch and handle .NET exceptions.
Find out how to use javOnet's Fluent Interface.
Find out how to benefit from full garbage collector usage.
Find out how to pass any .NET object argument to any .NET method.
Find out how to pass aarguments by reference with "ref" keyword.
Find out how to pass aarguments by reference with "out" keyword.
Find out how to reference any .NET Library.
Extend any .NET class by extending the JAVA class with "NObject".
Learn how to call a overloaded method passing NULL argument.
Learn how to pass “Type” as argument, which is being called in .NET using the syntax: Method(typeof(Some_Type)).
Learn how to create an instance of generic object.
Learn how to create the instance of nested type, pass nested type as Type argument, set nested type to field or property and use nested types as generic arguments for methods and classes.