Language (How Do I in Visual J# Express) 

This page links to help on widely used J# language tasks. To view other categories of popular tasks covered in Help, see How Do I in Visual J# Express.

Java and J#

J# and .NET

  • Attaching Attributes
    Explains how to use Visual J# to attach attributes to classes, fields, methods, parameters, and other programming elements.
  • Calling Methods That Take Arguments By Reference
    Describes how Visual J# follows the C++ style where you can directly call the method and pass the parameter just like in the normal case, and the Visual J# compiler does the conversion implicitly.
  • Defining and Using Properties
    Suggests you use Visual J# to access properties defined in .NET Framework classes. Visual J# translates properties in .NET Framework classes to the accessor methods: get_ and set_.
  • Using Enumerations
    Suggests you use enumerations defined in the .NET Framework or other user-defined assemblies with the J# compiler.
  • Calling Methods That Take Arguments By Reference
    Describes how Visual J# follows the C++ style where you can directly call the method and pass the parameter just like in the normal case and the Visual J# compiler does the conversion implicitly.

Exceptions

Reflection

Accessing Native Functions

  • Calling Native Methods
    Explains how you can use the platform invocation services provided by the common language runtime to call into native code.

Standards and Conventions

See Also

Reference

How Do I in Visual J# Express