• API Documentation
  • i-net Clear Reports
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject
    • inetsoftware.Reporting
      • DatabaseTables
      • Engine
      • ReportProperties

    Class ProcessConfig

    Central point for configuration

    Inheritance
    Object
    ProcessConfig
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: inetsoftware.ProcessBridge
    Assembly: inetsoftware.Reporting.dll
    Syntax
    public static class ProcessConfig

    Properties

    BaseDirectory

    the base directory for the connected process.

    Declaration
    public static string BaseDirectory { get; set; }
    Property Value
    Type Description
    String

    CorePlugin

    The classname of the core plugin.

    Declaration
    public static string CorePlugin { get; set; }
    Property Value
    Type Description
    String

    JarFile

    Set main jar file of the bridged process

    Declaration
    public static string JarFile { get; set; }
    Property Value
    Type Description
    String

    JavaCommandLineSwitches

    Set additional command line switches. For example to limit the used memory to 1024 MB you can use the value "-Xmx 1024m".

    Declaration
    public static string JavaCommandLineSwitches { get; set; }
    Property Value
    Type Description
    String

    NeededPlugins

    The comma separeated names of needed plugins.

    Declaration
    public static string NeededPlugins { get; set; }
    Property Value
    Type Description
    String

    ProcessArguments

    The arguments of process. If not set it will be generated. Can be used to debug the connected process.

    Declaration
    public static string ProcessArguments { get; set; }
    Property Value
    Type Description
    String

    ProcessConsole

    Get or set the console of the connected process. The default is Console.Out.

    Declaration
    public static TextWriter ProcessConsole { get; set; }
    Property Value
    Type Description
    TextWriter

    RequiredFiles

    Files that are required and which are checked before calling.

    Declaration
    public static string[] RequiredFiles { get; set; }
    Property Value
    Type Description
    String[]
    In This Article
    Back to top Copyright © 1999-2023 i-net software GmbH