Class DotNet


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

      • DotNet

        public DotNet()
    • Method Detail

      • 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