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

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

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

Метод Описание
Equals ( object obj ) : bool

Override the equals method.

GetHashCode ( ) : int

Override the GetHashCode method.

SignatureObject ( ) : System

Initializes a new instance of the SignatureObject class.

ToString ( ) : string

Override the ToString method.

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

Метод Описание
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Used to de-serialize the element.

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List.

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

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

Used to de-serialize the element.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte A Byte array
currentIndex int Start position
lengthOfItems int The length of the items
Результат void

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

Override the equals method.
public Equals ( object obj ) : bool
obj object Specify the compared instance.
Результат bool

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

Override the GetHashCode method.
public GetHashCode ( ) : int
Результат int

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

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
Результат int

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

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

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

Override the ToString method.
public ToString ( ) : string
Результат string