Show / Hide Table of Contents

    Class ProviderFactoryInfo

    Provider implementation mapping class.

    Inheritance
    System.Object
    ProviderFactoryInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public class ProviderFactoryInfo

    Constructors

    | Improve this Doc View Source

    ProviderFactoryInfo(String, String)

    Declaration
    public ProviderFactoryInfo(string aFileName, string fClassName)
    Parameters
    Type Name Description
    System.String aFileName
    System.String fClassName

    Fields

    | Improve this Doc View Source

    assemblyFileName

    Declaration
    public string assemblyFileName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    factoryClassName

    Declaration
    public string factoryClassName
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX