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

The class is used to specify the ExGuid structure.
Наследование: BasicObject
Показать файл Открыть проект Примеры использования класса

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

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

Override the Equals method.

ExGuid ( ) : System

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

ExGuid ( ExGuid guid2 ) : System

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

ExGuid ( uint value, System.Guid identifier ) : System

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

GetHashCode ( ) : int

Override the GetHashCode.

SerializeToByteList ( ) : List

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ExGuid class with specified value.
public ExGuid ( uint value, System.Guid identifier ) : System
value uint Specify the ExGUID Value.
identifier System.Guid Specify the ExGUID GUID value.
Результат System

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

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

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

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