次の方法で共有


ChunkedByteArray Class

 

Describes a chunked byte array.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Settings.ChunkedByteArray

Syntax

public class ChunkedByteArray
public ref class ChunkedByteArray 
Public Class ChunkedByteArray

Constructors

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.

Properties

Name Description
System_CAPS_pubproperty SubArrays

Gets the subarrays of the chunked byte array.

Methods

Name Description
System_CAPS_pubmethod BuildFullArray()

Builds a full array.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Settings Namespace

Return to top