Show / Hide Table of Contents

    Class FactoryFinder<AttributeType, FactoryType>

    Inheritance
    System.Object
    FactoryFinder<AttributeType, FactoryType>
    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.ActiveMQ.Util
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class FactoryFinder<AttributeType, FactoryType>
    
        where AttributeType : FactoryAttribute
    Type Parameters
    Name Description
    AttributeType
    FactoryType

    Methods

    | Improve this Doc View Source

    FindFactoryType(String)

    Declaration
    public Type FindFactoryType(string factoryId)
    Parameters
    Type Name Description
    System.String factoryId
    Returns
    Type Description
    System.Type
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX