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

Наследование: BasicObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExGUIDArray ( ) : System

Initializes a new instance of the ExGUIDArray class, this is the default constructor.

ExGUIDArray ( ExGUIDArray extendGuidArray ) : System

Initializes a new instance of the ExGUIDArray class, this is copy constructor.

ExGUIDArray ( List content ) : System

Initializes a new instance of the ExGUIDArray class with specified value.

SerializeToByteList ( ) : List

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

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

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

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

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

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

This method is used to deserialize the ExGUIDArray 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

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

Initializes a new instance of the ExGUIDArray class, this is the default constructor.
public ExGUIDArray ( ) : System
Результат System

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

Initializes a new instance of the ExGUIDArray class, this is copy constructor.
public ExGUIDArray ( ExGUIDArray extendGuidArray ) : System
extendGuidArray ExGUIDArray Specify the ExGUIDArray where copies from.
Результат System

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

Initializes a new instance of the ExGUIDArray class with specified value.
public ExGUIDArray ( List content ) : System
content List Specify the list of ExGuid contents.
Результат System

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

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