| DexWriter(String, Boolean, DexWriterSettings) Constructor |
Initializes a new instance of the
DexWriter class.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public DexWriter(
string path,
bool append,
DexWriterSettings settings = null
)
Public Sub New (
path As String,
append As Boolean,
Optional settings As DexWriterSettings = Nothing
)
Parameters
- path String
- The path to the file to write to.
- append Boolean
- Whether to append to the file. The file will be overwritten by default.
- settings DexWriterSettings (Optional)
- The writer settings.
See Also