ValueChunk Class

 

Describes a value chunk.

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

System::Object
  Microsoft.WindowsServerSolutions.Settings::ValueChunk

[DataContractAttribute]
public ref class ValueChunk 

NameDescription
System_CAPS_pubmethodValueChunk(array<Byte>^, Boolean)

Creates a new instance of the ValueChunk object with the specified data chunk.

NameDescription
System_CAPS_pubpropertyMore

Gets a value indicating whether data can be appended to the data chunk.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetData()

Retrieves the value chunk data.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: