Click or drag to resize

DfsTypeConverter Class

The type converter is required for supporting using the Dfs by COM in Matlab. Matlabs support for COM is not full, and COM in general does not support generics.

Matlab issue: If having an IDfsFile then you can not cast that to IDfsFileIO in Matlab. You can only cast if having the COM class but not if having the COM interface.

Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsTypeConverter

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsTypeConverter : IDfsTypeConverter

The DfsTypeConverter type exposes the following members.

Constructors
  NameDescription
Public methodDfsTypeConverter
Initializes a new instance of the DfsTypeConverter class
Top
Methods
See Also