• API Documentation
  • 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.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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 © - i-net /// software