

SDK の使用 › Java .NET Bridge › com.itko.lisa.jdbridge.JDInvoker
com.itko.lisa.jdbridge.JDInvoker
/** Loads the .NET CLR in the Java process */
public static native void startCLR();
/** Stops and unloads the .NET CLR from the Java process */
public static native void stopCLR();
/**
* Invokes a methods in the specified .NET assembly (.dll or .exe).
* @param assembly the full path to the assembly the type resides in
* @param type the fully qualified name of the type on which to invoke
* @param method the name of the method to invoke
* @param args an array of arguments expected by the method
* @return the return value of the .NET method
*/
public static Object invoke(String assembly, String type, String method, Object ... args)
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|