C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.Compact64bitInt

A 9-byte encoding of values in the range 0x0002000000000000 through 0xFFFFFFFFFFFFFFFF
상속: BasicObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

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

메소드 상세

Compact64bitInt() 공개 메소드

Initializes a new instance of the Compact64bitInt class, this is the default constructor.
public Compact64bitInt ( ) : System
리턴 System

Compact64bitInt() 공개 메소드

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

DoDeserializeFromByteArray() 보호된 메소드

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.
리턴 int

SerializeToByteList() 공개 메소드

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