In This Topic
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
Syntax
'Declaration
Public Overloads Shared Sub AddCodec( _
ByVal As String _
)
'Usage
Dim AsemblyFilename As String
CodecGlobal.AddCodec(AsemblyFilename)
public static void AddCodec(
string
)
public:
static void AddCodec(
String^
)
Parameters
- AsemblyFilename
- Filename as string, the full path of the codec file to load.
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also