Overload | Description |
---|---|
AddCodec(Assembly) | Finds all codec factories in the assembly by finding classes which are derived from the CodecFactory abstract class. Once the factories have been identified, their supported combinations of formats/transfer syntaxes and operations are indexed for future use |
AddCodec(String) | Finds all codec factories in the assembly by finding classes which are derived from the CodecFactory abstract class. Once the factories have been identified, their supported combinations of formats/transfer syntaxes and operations are indexed for future use |