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

This class is used to represent the DiagnosticRequestOptionOutput.
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DiagnosticRequestOptionOutput ( ) : System

Initializes a new instance of the DiagnosticRequestOptionOutput class.

Méthodes protégées

Méthode Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Deserialize items from byte array.

SerializeItemsToByteList ( List byteList ) : int

Serialize items to byte list.

Method Details

DeserializeItemsFromByteArray() protected méthode

Deserialize items from byte array.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte The byte array which contains response message.
currentIndex int The index special where to start.
lengthOfItems int The length of items.
Résultat void

DiagnosticRequestOptionOutput() public méthode

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

SerializeItemsToByteList() protected méthode

Serialize items to byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List The byte list need to serialized.
Résultat int