hudson.util.jna
Class DotNet
java.lang.Object
hudson.util.jna.DotNet
public class DotNet
- extends Object
.NET related code.
- Author:
- Kohsuke Kawaguchi
Method Summary |
static boolean |
isInstalled(int major,
int minor)
Returns true if the .NET framework of the given version (or greater) is installed. |
static boolean |
isInstalled(int major,
int minor,
String targetMachine,
org.jinterop.dcom.common.IJIAuthInfo session)
Returns true if the .NET framework of the given version (or grater) is installed
on a remote machine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotNet
public DotNet()
isInstalled
public static boolean isInstalled(int major,
int minor)
- Returns true if the .NET framework of the given version (or greater) 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 the given version (or grater) is installed
on a remote machine.
- Throws:
org.jinterop.dcom.common.JIException
UnknownHostException
Copyright © 2004-2013. All Rights Reserved.