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

A 9-byte encoding of values in the range 0x0002000000000000 through 0xFFFFFFFFFFFFFFFF
Inheritance: BasicObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Compact64bitInt ( ) : System

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

Compact64bitInt ( ulong decodedValue ) : System

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

SerializeToByteList ( ) : List

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

Méthodes protégées

Méthode Description
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

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

Method Details

Compact64bitInt() public méthode

Initializes a new instance of the Compact64bitInt class, this is the default constructor.
public Compact64bitInt ( ) : System
Résultat System

Compact64bitInt() public méthode

Initializes a new instance of the Compact64bitInt class with specified value.
public Compact64bitInt ( ulong decodedValue ) : System
decodedValue ulong Decoded value
Résultat System

DoDeserializeFromByteArray() protected méthode

This method is used to deserialize the Compact64bitInt 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.
Résultat int

SerializeToByteList() public méthode

This method is used to convert the element of Compact64bitInt basic object into a byte List.
public SerializeToByteList ( ) : List
Résultat List