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 SourceFindFactoryType(String)
Declaration
public Type FindFactoryType(string factoryId)
Parameters
Type | Name | Description |
---|---|---|
System.String | factoryId |
Returns
Type | Description |
---|---|
System.Type |