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
public static void AddCodec(
System.string
)
public procedure AddCodec(
: System.String
); static;
public static function AddCodec(
: System.String
);
public: static void AddCodec(
System.string*
)
public:
static void AddCodec(
System.String^
)
'Declaration
Public Overloads Shared Sub AddCodec( _
ByVal As System.String _
)
'Usage
Dim AsemblyFilename As System.String
CodecGlobal.AddCodec(AsemblyFilename)
Parameters
- AsemblyFilename
- Filename as string, the full path of the codec file to load.
Target Platforms: .NET CLR 4.8 or higher