次の方法で共有


ValueChunk Class

 

Describes a value chunk.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Settings.ValueChunk

Syntax

[DataContractAttribute]
public class ValueChunk
[DataContractAttribute]
public ref class ValueChunk 
<DataContractAttribute>
Public Class ValueChunk

Constructors

Name Description
System_CAPS_pubmethod ValueChunk(Byte[], Boolean)

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

Properties

Name Description
System_CAPS_pubproperty More

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetData()

Retrieves the value chunk data.

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