Partager via


ChunkedByteArray.BuildFullArray Method ()

 

Builds a full array.

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

Syntax

public byte[] BuildFullArray()
public:
array<unsigned char>^ BuildFullArray()
Public Function BuildFullArray As Byte()

Return Value

Type: System.Byte[]

A full array.

See Also

ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top