Identify the IFileStreamManager that provide read/write and monitoring access to the file represented by the IFile this
FileStreamManagerAttribute is attached to.
Namespace: Composite.Data.StreamsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public FileStreamManagerAttribute( Type fileStreamManagerType ) |
Visual Basic |
---|
Public Sub New ( _ fileStreamManagerType As Type _ ) |
Visual C++ |
---|
public: FileStreamManagerAttribute( Type^ fileStreamManagerType ) |
Parameters
- fileStreamManagerType
- Type: System..::..Type
the type of the class implementing IFileStreamManager for this file.