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

    ProviderFactoryInfo(String, String)

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

    Fields

    assemblyFileName

    Declaration
    public string assemblyFileName
    Field Value
    Type Description
    System.String

    factoryClassName

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