IOConfig

Overview

IOConfig is a class in Aspose.3D FOSS for .NET.

IO config for serialization/deserialization. User can specify detailed configurations like dependency look-up path Or format-related configs here

This class provides 1 method for working with IOConfig objects in .NET programs. Available methods include: IOConfig. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, LookupPaths.

Properties

NameTypeAccessDescription
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
IOConfig()Creates a new I/O configuration instance with default settings

See Also