Implement this interface to overwrite the default behavior of IO in C1. This provides implementations of the following classes: C1DirectoryC1DirectoryInfoC1FileC1FileInfoC1FileStreamC1FileSystemWatcherC1StreamReaderC1StreamWriterC1Configuration

Examples

Here is an minimal implementaion example:
CopyC#
[ConfigurationElementType(typeof(NonConfigurableIOProvider))]
internal class LocalIOProvider : IIOProvider
{
    /* Implementation goes here */
}

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public interface IIOProvider
Visual Basic
Public Interface IIOProvider
Visual C++
public interface class IIOProvider

See Also