C# Class Microsoft.Protocols.TestSuites.SharedAdapter.StringItem

The count and content of an arbitrary wide character string.
Inheritance: BasicObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
SerializeToByteList ( ) : List

This method is used to convert the element of StringItem basic object into a byte List.

StringItem ( ) : System

Initializes a new instance of the StringItem class.

Méthodes protégées

Méthode Description
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

This method is used to deserialize the StringItem basic object from the specified byte array and start index.

Method Details

DoDeserializeFromByteArray() protected méthode

This method is used to deserialize the StringItem basic object from the specified byte array and start index.
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Specify the byte array.
startIndex int Specify the start index from the byte array.
Résultat int

SerializeToByteList() public méthode

This method is used to convert the element of StringItem basic object into a byte List.
public SerializeToByteList ( ) : List
Résultat List

StringItem() public méthode

Initializes a new instance of the StringItem class.
public StringItem ( ) : System
Résultat System