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

This class is used to represent the DiagnosticRequestOptionOutput.
상속: StreamObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
DiagnosticRequestOptionOutput ( ) : System

Initializes a new instance of the DiagnosticRequestOptionOutput class.

보호된 메소드들

메소드 설명
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Deserialize items from byte array.

SerializeItemsToByteList ( List byteList ) : int

Serialize items to byte list.

메소드 상세

DeserializeItemsFromByteArray() 보호된 메소드

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

DiagnosticRequestOptionOutput() 공개 메소드

Initializes a new instance of the DiagnosticRequestOptionOutput class.
public DiagnosticRequestOptionOutput ( ) : System
리턴 System

SerializeItemsToByteList() 보호된 메소드

Serialize items to byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List The byte list need to serialized.
리턴 int