Partager via


ChunkedByteArray Constructor

 

Creates a new instance of the ChunkedByteArray object.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod ChunkedByteArray(Byte[])

Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.

System_CAPS_pubmethod ChunkedByteArray(IList<Byte[]>)

Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.

System_CAPS_pubmethod ChunkedByteArray(Int32, Byte[])

Creates a new instance of the ChunkedByteArray object, using the specified maximum chunk size and data to chunk.

See Also

ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top