Methods in java.lang.Class Class
Visual J# supports the following methods in the java.lang.Class class:
To convert an instance of the .NET Framework Type class to an equivalent instance of the java.lang.Class class:
public static java.lang.Class Class.FromType(System.Type)
To convert an instance of a java.lang.Class class to an equivalent instance of the .NET Framework Type class:
public static System.Type Class.ToType(java.lang.Class)
To return an instance of the .NET Framework Type class that is being encapsulated by the instance of the java.lang.Class class on which the method is being called:
public System.Type Class.ToType()