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

Signature Object
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

DeserializeItemsFromByteArray() protected méthode

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
Résultat void

Equals() public méthode

Override the equals method.
public Equals ( object obj ) : bool
obj object Specify the compared instance.
Résultat bool

GetHashCode() public méthode

Override the GetHashCode method.
public GetHashCode ( ) : int
Résultat int

SerializeItemsToByteList() protected méthode

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
Résultat int

SignatureObject() public méthode

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

ToString() public méthode

Override the ToString method.
public ToString ( ) : string
Résultat string