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

상속: StreamObjectHeaderStart
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
SerializeToByteList ( ) : List

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

StreamObjectHeaderStart16bit ( ) : System

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

StreamObjectHeaderStart16bit ( StreamObjectTypeHeaderStart type ) : System

Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type.

StreamObjectHeaderStart16bit ( StreamObjectTypeHeaderStart type, int length ) : System

Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type and length.

ToUint16 ( ) : ushort

This method is used to get the Uint16 value of the 16bit stream object header.

보호된 메소드들

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

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

메소드 상세

DoDeserializeFromByteArray() 보호된 메소드

This method is used to deserialize the StreamObjectHeaderStart16bit 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 StreamObjectHeaderStart16bit basic object into a byte List.
public SerializeToByteList ( ) : List
리턴 List

StreamObjectHeaderStart16bit() 공개 메소드

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

StreamObjectHeaderStart16bit() 공개 메소드

Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type.
public StreamObjectHeaderStart16bit ( StreamObjectTypeHeaderStart type ) : System
type StreamObjectTypeHeaderStart Specify the type of the StreamObjectHeaderStart16bit.
리턴 System

StreamObjectHeaderStart16bit() 공개 메소드

Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type and length.
public StreamObjectHeaderStart16bit ( StreamObjectTypeHeaderStart type, int length ) : System
type StreamObjectTypeHeaderStart Specify the type of the StreamObjectHeaderStart16bit.
length int Specify the length of the StreamObjectHeaderStart16bit.
리턴 System

ToUint16() 공개 메소드

This method is used to get the Uint16 value of the 16bit stream object header.
public ToUint16 ( ) : ushort
리턴 ushort