| Visual Basic (Declaration) | |
|---|---|
Protected Function New( _ ByVal streamFactory As IFactory(Of Stream), _ ByVal blockSize As Integer, _ ByVal growthRate As Integer, _ ByVal cacheLimit As Integer, _ ByVal options As FileOptions _ ) | |
| C# | |
|---|---|
protected FragmentedFile( IFactory<Stream> streamFactory, int blockSize, int growthRate, int cacheLimit, FileOptions options ) | |
Parameters
- streamFactory
- blockSize
- growthRate
- cacheLimit
- options
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7