C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.StringItem

The count and content of an arbitrary wide character string.
Наследование: BasicObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

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

Описание методов

DoDeserializeFromByteArray() защищенный Метод

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.
Результат int

SerializeToByteList() публичный Метод

This method is used to convert the element of StringItem basic object into a byte List.
public SerializeToByteList ( ) : List
Результат List

StringItem() публичный Метод

Initializes a new instance of the StringItem class.
public StringItem ( ) : System
Результат System