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

This class specifies the base class for 16-bit or 32-bit stream object header start.
Inheritance: BasicObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
TryParse ( byte byteArray, int startIndex, StreamObjectHeaderStart &streamObjectHeader ) : int

This method is used to parse the actual 16bit or 32bit stream header.

Méthodes protégées

Méthode Description
StreamObjectHeaderStart ( ) : System

Initializes a new instance of the StreamObjectHeaderStart class.

StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System

Initializes a new instance of the StreamObjectHeaderStart class with specified header type.

Method Details

StreamObjectHeaderStart() protected méthode

Initializes a new instance of the StreamObjectHeaderStart class.
protected StreamObjectHeaderStart ( ) : System
Résultat System

StreamObjectHeaderStart() protected méthode

Initializes a new instance of the StreamObjectHeaderStart class with specified header type.
protected StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System
streamObjectTypeHeaderStart StreamObjectTypeHeaderStart Specify the value of the StreamObjectHeaderStart Type.
Résultat System

TryParse() public static méthode

This method is used to parse the actual 16bit or 32bit stream header.
public static TryParse ( byte byteArray, int startIndex, StreamObjectHeaderStart &streamObjectHeader ) : int
byteArray byte Specify the Byte array.
startIndex int Specify the start position.
streamObjectHeader StreamObjectHeaderStart Specify the out value for the parse result.
Résultat int