public class DotNet extends Object
Constructor and Description |
---|
DotNet() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInstalled(int major,
int minor)
Returns true if the .NET framework of a compatible version is installed.
|
static boolean |
isInstalled(int major,
int minor,
String targetMachine,
org.jinterop.dcom.common.IJIAuthInfo session)
Returns true if the .NET framework of a compatible version is installed on a remote machine.
|
public static boolean isInstalled(int major, int minor)
public static boolean isInstalled(int major, int minor, String targetMachine, org.jinterop.dcom.common.IJIAuthInfo session) throws org.jinterop.dcom.common.JIException, UnknownHostException
org.jinterop.dcom.common.JIException
UnknownHostException
Copyright © 2004–2021. All rights reserved.