C# Class Apache.NMS.ProviderFactoryInfo

Provider implementation mapping class.
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Properties

Property Type Description
assemblyFileName string
factoryClassName string

Public Methods

Method Description
ProviderFactoryInfo ( string aFileName, string fClassName ) : System

Method Details

ProviderFactoryInfo() public method

public ProviderFactoryInfo ( string aFileName, string fClassName ) : System
aFileName string
fClassName string
return System

Property Details

assemblyFileName public_oe property

public string assemblyFileName
return string

factoryClassName public_oe property

public string factoryClassName
return string