Package hudson.util.jna
Class DotNet
java.lang.Object
hudson.util.jna.DotNet
.NET related code.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
DotNet
public DotNet()
-
-
Method Details
-
isInstalled
public static boolean isInstalled(int major, int minor) Returns true if the .NET framework of a compatible version is installed. -
isInstalled
public static boolean isInstalled(int major, int minor, String targetMachine, org.jinterop.dcom.common.IJIAuthInfo session) throws org.jinterop.dcom.common.JIException, UnknownHostException Returns true if the .NET framework of a compatible version is installed on a remote machine.- Throws:
org.jinterop.dcom.common.JIException
UnknownHostException
-