Class DotNet

java.lang.Object
hudson.util.jna.DotNet

public class DotNet extends Object
.NET related code.
Author:
Kohsuke Kawaguchi
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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