Search Results for

    Show / Hide Table of Contents

    Interface IEnvironment

    Product env path default values

    Namespace: FluentCeVIOWrapper.Common.Talk.Environment
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    public interface IEnvironment

    Properties

    Agent

    TalkerAgent class

    Declaration
    string Agent { get; }
    Property Value
    Type Description
    string

    DllName

    dllの名称

    Declaration
    string DllName { get; }
    Property Value
    Type Description
    string

    DllPath

    デフォルトのdllのpath

    Declaration
    string DllPath { get; set; }
    Property Value
    Type Description
    string

    Product

    CeVIOの種類

    Declaration
    Product Product { get; }
    Property Value
    Type Description
    Product

    Service

    ServiceControll class

    Declaration
    string Service { get; }
    Property Value
    Type Description
    string

    Talker

    Talker class

    Declaration
    string Talker { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top FluentCeVIOWrapper